Variable $MultisigTransactionPayloadConst

$MultisigTransactionPayload: {
    contains: readonly [{
        type: "EntryFunctionPayload";
    }];
    type: "any-of";
} = ...

Type declaration

  • contains: readonly [{
        type: "EntryFunctionPayload";
    }]
  • type: "any-of"

Generated using TypeDoc