fetchTransaction
Callable
Parameters
link: string | URL
link
in the Solana Pay spec.account: PublicKey
Public key of a signer account.
connection: Connection
A connection to the cluster.
optionalcommitment: Commitment
Commitment
level for the recent blockhash.
Returns Promise<Transaction>
Fetch a transaction from a Solana Pay transaction request link.
{FetchTransactionError}