Interface EstimatedScheduledGasPayResponse

interface EstimatedScheduledGasPayResponse {
    accountList: SolanaAccount[];
    chainId: string;
    gasList: string[];
    maxFeePerGas: string;
    maxPriorityFeePerGas: string;
    nonce: string;
    treasuryIndex: string;
}

Properties

accountList: SolanaAccount[]
chainId: string
gasList: string[]
maxFeePerGas: string
maxPriorityFeePerGas: string
nonce: string
treasuryIndex: string