Function prepareClaimPremintTransaction
- prepareClaimPremintTransaction(
dispenser: Dispenser,
distributor: Distributor,
senderAddr: string,
receiverAddr: string,
params: SuggestedParams,
): Transaction Parameters
- dispenser: Dispenser
dispenser to send gALGO to
- distributor: Distributor
distributor to receive ALGO from
- senderAddr: string
account address for the sender
- receiverAddr: string
account address for the pre-minter that will receiver the gALGO
- params: SuggestedParams
suggested params for the transactions with the fees overwritten
Returns Transaction
Transaction claim pre-mint transaction
- dispenser: Dispenser
Returns a transaction to claim pre-minted gALGO. Can be called on behalf of yourself or another user.