PTxId
Type that represents the unique identifier of a transaction.
Definition:
import { pstruct } from "../../../PTypes/PStruct/pstruct";
import { bs } from "../../../type_system/types";
export const PTxId = pstruct({
PTxId: { txId: bs }
});
type: TermBS