TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias SenderArguments

    type SenderArguments = {
        body?: Maybe<Cell>;
        bounce?: Maybe<boolean>;
        extracurrency?: Maybe<ExtraCurrency>;
        init?: Maybe<StateInit>;
        sendMode?: Maybe<SendMode>;
        to: Address;
        value: bigint;
    }
    Index

    Properties

    body?: Maybe<Cell>
    bounce?: Maybe<boolean>
    extracurrency?: Maybe<ExtraCurrency>
    init?: Maybe<StateInit>
    sendMode?: Maybe<SendMode>
    value: bigint