{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to confirm transactions in Solana Blockchain using Connection objects?","a":"First, import the Solana library and create a `Connection` object. This object represents the connection to the Solana blockchain, used for sending and receiving transactions.\n\n```javascript\nimport { Connection } from '@solana/web3.js';\n\nconst connection = new Connection(rpcUrl, 'confirmed');\n```"}]}],"pr":"024332ffcb8ac777972aea3614ac384f1dde45753b8d47599e4e779b7d6ff333"}