Interface EstimatedScheduledGasPayData

interface EstimatedScheduledGasPayData {
    preparatorySolanaTransactions?: PreparatorySolanaTransaction[];
    scheduledSolanaPayer: string;
    transactions: EstimateScheduledTransaction[];
}

Properties

preparatorySolanaTransactions?: PreparatorySolanaTransaction[]
scheduledSolanaPayer: string