WritableAccountLookup

type WritableAccountLookup<TAddress, TLookupTableAddress> = AccountLookupMeta<TAddress, TLookupTableAddress> & object;

Type declaration

NameType
roleWRITABLE

Type Parameters

Type ParameterDefault type
TAddress extends stringstring
TLookupTableAddress extends stringstring

See

AccountLookupMeta

On this page