interface GasTokenData {
    gasToken: GasToken;
    tokenMintAddress: PublicKey;
}

Properties

gasToken: GasToken
tokenMintAddress: PublicKey