Type alias Options

Options: {
    keyPair: KeyPair;
    schemaId: SchemaId;
}

Options we can pass in into methods which will override the globally set options for that session for that method call.

Type declaration

  • keyPair: KeyPair

    Key pair which is used for that method call to sign the entry.

  • schemaId: SchemaId

    Schema Id which is used for that method call to identify the schema of the document.

Generated using TypeDoc