Variable $WriteSetConst

$WriteSet: {
    contains: readonly [{
        type: "WriteSet_ScriptWriteSet";
    }, {
        type: "WriteSet_DirectWriteSet";
    }];
    description: "The associated writeset with a payload";
    type: "one-of";
} = ...

Type declaration

  • contains: readonly [{
        type: "WriteSet_ScriptWriteSet";
    }, {
        type: "WriteSet_DirectWriteSet";
    }]
  • description: "The associated writeset with a payload"
  • type: "one-of"

Generated using TypeDoc