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

Interface: PublicAccessor <DataType>

Type parameters

DataType

Hierarchy

  • PublicAccessor

Implemented by

Index

Properties

Properties

read

read: function

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

Type declaration:

▸ (from: string): Promise‹DataType›

Parameters:

Name Type
from string

readAsResult

readAsResult: function

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

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:5

Type declaration:

▸ (data: DataType): Promise‹SchemaErrors | void›

Parameters:

Name Type
data DataType