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

Type declaration

  • Optional body?: Maybe<Cell>
  • Optional bounce?: Maybe<boolean>
  • Optional init?: Maybe<StateInit>
  • Optional sendMode?: Maybe<SendMode>
  • to: Address
  • value: bigint

Generated using TypeDoc