Type alias SenderArguments

SenderArguments: {
    body?: Maybe<Cell>;
    bounce?: Maybe<boolean>;
    init?: Maybe<{
        code?: Maybe<Cell>;
        data?: Maybe<Cell>;
    }>;
    sendMode?: Maybe<SendMode>;
    to: Address;
    value: bigint;
}

Type declaration

  • Optional body?: Maybe<Cell>
  • Optional bounce?: Maybe<boolean>
  • Optional init?: Maybe<{
        code?: Maybe<Cell>;
        data?: Maybe<Cell>;
    }>
  • Optional sendMode?: Maybe<SendMode>
  • to: Address
  • value: bigint

Generated using TypeDoc