interface SourceSplAccountConfig {
    associatedTokenAddress: PublicKey;
    connection: Connection;
    fullAmount: bigint;
    neonEvmProgram: PublicKey;
    signerAddress: string;
    splToken: SPLToken;
}

Properties

associatedTokenAddress: PublicKey
connection: Connection
fullAmount: bigint
neonEvmProgram: PublicKey
signerAddress: string
splToken: SPLToken