Variable transactionConst

transaction: ZodObject<{
    @type: ZodLiteral<"raw.transaction">;
    address: ZodObject<{
        @type: ZodLiteral<"accountAddress">;
        account_address: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "accountAddress";
        account_address: string;
    }, {
        @type: "accountAddress";
        account_address: string;
    }>;
    data: ZodString;
    fee: ZodUnion<[ZodNumber, ZodString]>;
    in_msg: ZodObject<{
        @type: ZodLiteral<"raw.message">;
        body_hash: ZodString;
        created_lt: ZodString;
        destination: ZodString;
        fwd_fee: ZodUnion<[ZodNumber, ZodString]>;
        ihr_fee: ZodUnion<[ZodNumber, ZodString]>;
        message: ZodOptional<ZodString>;
        msg_data: ZodUnion<[ZodObject<{
            @type: ZodLiteral<"msg.dataRaw">;
            body: ZodString;
            init_state: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataText";
            text: string;
        }, {
            @type: "msg.dataText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataDecryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataDecryptedText";
            text: string;
        }, {
            @type: "msg.dataDecryptedText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataEncryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataEncryptedText";
            text: string;
        }, {
            @type: "msg.dataEncryptedText";
            text: string;
        }>]>;
        source: ZodString;
        value: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }>;
    other_fee: ZodUnion<[ZodNumber, ZodString]>;
    out_msgs: ZodArray<ZodObject<{
        @type: ZodLiteral<"raw.message">;
        body_hash: ZodString;
        created_lt: ZodString;
        destination: ZodString;
        fwd_fee: ZodUnion<[ZodNumber, ZodString]>;
        ihr_fee: ZodUnion<[ZodNumber, ZodString]>;
        message: ZodOptional<ZodString>;
        msg_data: ZodUnion<[ZodObject<{
            @type: ZodLiteral<"msg.dataRaw">;
            body: ZodString;
            init_state: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataText";
            text: string;
        }, {
            @type: "msg.dataText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataDecryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataDecryptedText";
            text: string;
        }, {
            @type: "msg.dataDecryptedText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataEncryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataEncryptedText";
            text: string;
        }, {
            @type: "msg.dataEncryptedText";
            text: string;
        }>]>;
        source: ZodString;
        value: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }>, "many">;
    storage_fee: ZodUnion<[ZodNumber, ZodString]>;
    transaction_id: ZodObject<{
        @type: ZodLiteral<"internal.transactionId">;
        hash: ZodString;
        lt: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "internal.transactionId";
        hash: string;
        lt: string;
    }, {
        @type: "internal.transactionId";
        hash: string;
        lt: string;
    }>;
    utime: ZodNumber;
}, "strip", ZodTypeAny, {
    @type: "raw.transaction";
    address: { "@type": "accountAddress"; account_address: string; };
    data: string;
    fee: string | number;
    in_msg: { value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; };
    other_fee: string | number;
    out_msgs: ({ value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; })[];
    storage_fee: string | number;
    transaction_id: { "@type": "internal.transactionId"; lt: string; hash: string; };
    utime: number;
}, {
    @type: "raw.transaction";
    address: { "@type": "accountAddress"; account_address: string; };
    data: string;
    fee: string | number;
    in_msg: { value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; };
    other_fee: string | number;
    out_msgs: ({ value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; })[];
    storage_fee: string | number;
    transaction_id: { "@type": "internal.transactionId"; lt: string; hash: string; };
    utime: number;
}> = ...

Type declaration

  • @type: ZodLiteral<"raw.transaction">
  • address: ZodObject<{
        @type: ZodLiteral<"accountAddress">;
        account_address: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "accountAddress";
        account_address: string;
    }, {
        @type: "accountAddress";
        account_address: string;
    }>
  • data: ZodString
  • fee: ZodUnion<[ZodNumber, ZodString]>
  • in_msg: ZodObject<{
        @type: ZodLiteral<"raw.message">;
        body_hash: ZodString;
        created_lt: ZodString;
        destination: ZodString;
        fwd_fee: ZodUnion<[ZodNumber, ZodString]>;
        ihr_fee: ZodUnion<[ZodNumber, ZodString]>;
        message: ZodOptional<ZodString>;
        msg_data: ZodUnion<[ZodObject<{
            @type: ZodLiteral<"msg.dataRaw">;
            body: ZodString;
            init_state: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataText";
            text: string;
        }, {
            @type: "msg.dataText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataDecryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataDecryptedText";
            text: string;
        }, {
            @type: "msg.dataDecryptedText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataEncryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataEncryptedText";
            text: string;
        }, {
            @type: "msg.dataEncryptedText";
            text: string;
        }>]>;
        source: ZodString;
        value: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }>
  • other_fee: ZodUnion<[ZodNumber, ZodString]>
  • out_msgs: ZodArray<ZodObject<{
        @type: ZodLiteral<"raw.message">;
        body_hash: ZodString;
        created_lt: ZodString;
        destination: ZodString;
        fwd_fee: ZodUnion<[ZodNumber, ZodString]>;
        ihr_fee: ZodUnion<[ZodNumber, ZodString]>;
        message: ZodOptional<ZodString>;
        msg_data: ZodUnion<[ZodObject<{
            @type: ZodLiteral<"msg.dataRaw">;
            body: ZodString;
            init_state: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }, {
            @type: "msg.dataRaw";
            body: string;
            init_state: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataText";
            text: string;
        }, {
            @type: "msg.dataText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataDecryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataDecryptedText";
            text: string;
        }, {
            @type: "msg.dataDecryptedText";
            text: string;
        }>, ZodObject<{
            @type: ZodLiteral<"msg.dataEncryptedText">;
            text: ZodString;
        }, "strip", ZodTypeAny, {
            @type: "msg.dataEncryptedText";
            text: string;
        }, {
            @type: "msg.dataEncryptedText";
            text: string;
        }>]>;
        source: ZodString;
        value: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }, {
        @type: "raw.message";
        body_hash: string;
        created_lt: string;
        destination: string;
        fwd_fee: string | number;
        ihr_fee: string | number;
        message?: string;
        msg_data: (({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; })) & (undefined | ({ "@type": "msg.dataRaw"; body: string; init_state: string; }) | ({ "@type": "msg.dataText"; text: string; }) | ({ "@type": "msg.dataDecryptedText"; text: string; }) | ({ "@type": "msg.dataEncryptedText"; text: string; }));
        source: string;
        value: string;
    }>, "many">
  • storage_fee: ZodUnion<[ZodNumber, ZodString]>
  • transaction_id: ZodObject<{
        @type: ZodLiteral<"internal.transactionId">;
        hash: ZodString;
        lt: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "internal.transactionId";
        hash: string;
        lt: string;
    }, {
        @type: "internal.transactionId";
        hash: string;
        lt: string;
    }>
  • utime: ZodNumber

Type declaration

  • @type: "raw.transaction"
  • address: { "@type": "accountAddress"; account_address: string; }
  • data: string
  • fee: string | number
  • in_msg: { value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; }
  • other_fee: string | number
  • out_msgs: ({ value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; })[]
  • storage_fee: string | number
  • transaction_id: { "@type": "internal.transactionId"; lt: string; hash: string; }
  • utime: number

Type declaration

  • @type: "raw.transaction"
  • address: { "@type": "accountAddress"; account_address: string; }
  • data: string
  • fee: string | number
  • in_msg: { value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; }
  • other_fee: string | number
  • out_msgs: ({ value: string; "@type": "raw.message"; source: string; destination: string; fwd_fee: string | number; ihr_fee: string | number; created_lt: string; body_hash: string; msg_data: { "@type": "msg.dataRaw"; body: string; init_state: string; } | { ...; } | { ...; } | { ...; }; message?: string | undefined; })[]
  • storage_fee: string | number
  • transaction_id: { "@type": "internal.transactionId"; lt: string; hash: string; }
  • utime: number

Generated using TypeDoc