interface ClaimInstructionConfig<T> {
    associatedTokenAddress: PublicKey;
    connection: Connection;
    fullAmount: bigint;
    neonEvmProgram: PublicKey;
    neonTransaction: any;
    proxyApi: NeonProxyRpcApi;
    signerAddress: string;
    splToken: SPLToken;
}

Type Parameters

  • T

Properties

associatedTokenAddress: PublicKey
connection: Connection
fullAmount: bigint
neonEvmProgram: PublicKey
neonTransaction: any
proxyApi: NeonProxyRpcApi
signerAddress: string
splToken: SPLToken