@sentio/sdk
    Preparing search index...

    Interface TransferCallObject

    interface TransferCallObject {
        to: string;
        value: bigint;
    }
    Index

    Properties

    Properties

    to: string
    value: bigint