Helius SDK - v2.2.2
    Preparing search index...

    Interface EnhancedNativeTransfer

    A native SOL transfer within an enhanced transaction.

    interface EnhancedNativeTransfer {
        amount: number;
        fromUserAccount: string;
        toUserAccount: string;
    }
    Index

    Properties

    amount: number

    Amount transferred in lamports.

    fromUserAccount: string

    Sender wallet address.

    toUserAccount: string

    Recipient wallet address.