StdTx: {
    data: string;
    kind: "std";
}

Type declaration

  • data: string

    CBOR-serialized hex-encoded Transaction bytes (with or without 0x).

  • kind: "std"

    Kind marker for standard Oasis SDK transactions.