Function internal

  • Parameters

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

    Returns MessageRelaxed

Generated using TypeDoc