interface CreateScheduledTransactionData {
    chainId: number;
    neonEvmProgram: PublicKey;
    neonTransaction: string;
    neonWallet: string;
    neonWalletNonce: number;
    signerAddress: PublicKey;
    tokenMintAddress: PublicKey;
}

Properties

chainId: number
neonEvmProgram: PublicKey
neonTransaction: string
neonWallet: string
neonWalletNonce: number
signerAddress: PublicKey
tokenMintAddress: PublicKey