Variable $TransactionPayload_MultisigPayloadConst
$TransactionPayload_MultisigPayload: {
contains: readonly [{
properties: {
type: {
isRequired: true;
type: "string";
};
};
}, {
type: "MultisigPayload";
}];
type: "all-of";
} = ...
Type declaration
-
contains: readonly [{
properties: {
type: {
isRequired: true;
type: "string";
};
};
}, {
type: "MultisigPayload";
}]
-
type: "all-of"