@celo/identity"offchain/accessors/interfaces"PrivateAccessor

Interface: PrivateAccessor <DataType>

Type parameters

DataType

Hierarchy

  • PrivateAccessor

Implemented by

Index

Properties

Properties

read

read: function

Defined in packages/sdk/identity/src/offchain/accessors/interfaces.ts:12

Type declaration:

▸ (from: string): Promise‹DataType›

Parameters:

Name Type
from string

readAsResult

readAsResult: function

Defined in packages/sdk/identity/src/offchain/accessors/interfaces.ts:13

Type declaration:

▸ (from: string): Promise‹Result‹DataType, SchemaErrors››

Parameters:

Name Type
from string

write

write: function

Defined in packages/sdk/identity/src/offchain/accessors/interfaces.ts:11

Type declaration:

▸ (data: DataType, to: string[], symmetricKey?: Buffer): Promise‹SchemaErrors | void›

Parameters:

Name Type
data DataType
to string[]
symmetricKey? Buffer