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