Static
createCreate an ix to send a spl-token / native-mint to another wallet. This function will handle the associated token accounts internally for spl-token. SOL is sent directly to the user's wallet.
Connection object
PublicKey for the sender's wallet
PublicKey for the receiver's wallet
Mint for the token that is being sent.
Decimal for the token that is being sent.
Amount of token to send
Fn to fetch the account rent exempt value
Optional
payer: PublicKeyPublicKey for the payer that would fund the possibly new token-accounts. (must sign the txn)
Allow PDA to be used as the source wallet.
Static
createCreate an ix to send a native-mint and unwrap it to the user's wallet.
PublicKey for the owner of the temporary WSOL account.
Amount of SOL to wrap.
Rent exempt lamports for the temporary WSOL account.
Optional
payer: PublicKeyPublicKey for the payer that would fund the temporary WSOL accounts. (must sign the txn)
Optional
unwrapDestination: PublicKeyPublicKey for the receiver that would receive the unwrapped SOL including rent.
How to create the temporary WSOL account.
Static
is