Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
TokenMetadataPluginAccounts
Type Alias TokenMetadataPluginAccounts
type
TokenMetadataPluginAccounts
=
{
collectionAuthorityRecord
:
ReturnType
<
typeof
getCollectionAuthorityRecordCodec
,
>
&
SelfFetchFunctions
<
CollectionAuthorityRecordArgs
,
CollectionAuthorityRecord
,
>
;
edition
:
ReturnType
<
typeof
getEditionCodec
>
&
SelfFetchFunctions
<
EditionArgs
,
Edition
,
>
;
editionMarker
:
ReturnType
<
typeof
getEditionMarkerCodec
>
&
SelfFetchFunctions
<
EditionMarkerArgs
,
EditionMarker
,
>
;
editionMarkerV2
:
ReturnType
<
typeof
getEditionMarkerV2Codec
>
&
SelfFetchFunctions
<
EditionMarkerV2Args
,
EditionMarkerV2
,
>
;
holderDelegateRecord
:
ReturnType
<
typeof
getHolderDelegateRecordCodec
>
&
SelfFetchFunctions
<
HolderDelegateRecordArgs
,
HolderDelegateRecord
,
>
;
masterEditionV1
:
ReturnType
<
typeof
getMasterEditionV1Codec
>
&
SelfFetchFunctions
<
MasterEditionV1Args
,
MasterEditionV1
,
>
;
masterEditionV2
:
ReturnType
<
typeof
getMasterEditionV2Codec
>
&
SelfFetchFunctions
<
MasterEditionV2Args
,
MasterEditionV2
,
>
;
metadata
:
ReturnType
<
typeof
getMetadataCodec
>
&
SelfFetchFunctions
<
MetadataArgs
,
Metadata
,
>
;
metadataDelegateRecord
:
ReturnType
<
typeof
getMetadataDelegateRecordCodec
>
&
SelfFetchFunctions
<
MetadataDelegateRecordArgs
,
MetadataDelegateRecord
,
>
;
reservationListV1
:
ReturnType
<
typeof
getReservationListV1Codec
>
&
SelfFetchFunctions
<
ReservationListV1Args
,
ReservationListV1
,
>
;
reservationListV2
:
ReturnType
<
typeof
getReservationListV2Codec
>
&
SelfFetchFunctions
<
ReservationListV2Args
,
ReservationListV2
,
>
;
tokenOwnedEscrow
:
ReturnType
<
typeof
getTokenOwnedEscrowCodec
>
&
SelfFetchFunctions
<
TokenOwnedEscrowArgs
,
TokenOwnedEscrow
,
>
;
tokenRecord
:
ReturnType
<
typeof
getTokenRecordCodec
>
&
SelfFetchFunctions
<
TokenRecordArgs
,
TokenRecord
,
>
;
useAuthorityRecord
:
ReturnType
<
typeof
getUseAuthorityRecordCodec
>
&
SelfFetchFunctions
<
UseAuthorityRecordArgs
,
UseAuthorityRecord
,
>
;
}
Index
Properties
collection
Authority
Record
edition
edition
Marker
edition
Marker
V2
holder
Delegate
Record
master
Edition
V1
master
Edition
V2
metadata
metadata
Delegate
Record
reservation
List
V1
reservation
List
V2
token
Owned
Escrow
token
Record
use
Authority
Record
Properties
collection
Authority
Record
collectionAuthorityRecord
:
ReturnType
<
typeof
getCollectionAuthorityRecordCodec
>
&
SelfFetchFunctions
<
CollectionAuthorityRecordArgs
,
CollectionAuthorityRecord
,
>
edition
edition
:
ReturnType
<
typeof
getEditionCodec
>
&
SelfFetchFunctions
<
EditionArgs
,
Edition
,
>
edition
Marker
editionMarker
:
ReturnType
<
typeof
getEditionMarkerCodec
>
&
SelfFetchFunctions
<
EditionMarkerArgs
,
EditionMarker
,
>
edition
Marker
V2
editionMarkerV2
:
ReturnType
<
typeof
getEditionMarkerV2Codec
>
&
SelfFetchFunctions
<
EditionMarkerV2Args
,
EditionMarkerV2
,
>
holder
Delegate
Record
holderDelegateRecord
:
ReturnType
<
typeof
getHolderDelegateRecordCodec
>
&
SelfFetchFunctions
<
HolderDelegateRecordArgs
,
HolderDelegateRecord
,
>
master
Edition
V1
masterEditionV1
:
ReturnType
<
typeof
getMasterEditionV1Codec
>
&
SelfFetchFunctions
<
MasterEditionV1Args
,
MasterEditionV1
,
>
master
Edition
V2
masterEditionV2
:
ReturnType
<
typeof
getMasterEditionV2Codec
>
&
SelfFetchFunctions
<
MasterEditionV2Args
,
MasterEditionV2
,
>
metadata
metadata
:
ReturnType
<
typeof
getMetadataCodec
>
&
SelfFetchFunctions
<
MetadataArgs
,
Metadata
,
>
metadata
Delegate
Record
metadataDelegateRecord
:
ReturnType
<
typeof
getMetadataDelegateRecordCodec
>
&
SelfFetchFunctions
<
MetadataDelegateRecordArgs
,
MetadataDelegateRecord
,
>
reservation
List
V1
reservationListV1
:
ReturnType
<
typeof
getReservationListV1Codec
>
&
SelfFetchFunctions
<
ReservationListV1Args
,
ReservationListV1
,
>
reservation
List
V2
reservationListV2
:
ReturnType
<
typeof
getReservationListV2Codec
>
&
SelfFetchFunctions
<
ReservationListV2Args
,
ReservationListV2
,
>
token
Owned
Escrow
tokenOwnedEscrow
:
ReturnType
<
typeof
getTokenOwnedEscrowCodec
>
&
SelfFetchFunctions
<
TokenOwnedEscrowArgs
,
TokenOwnedEscrow
,
>
token
Record
tokenRecord
:
ReturnType
<
typeof
getTokenRecordCodec
>
&
SelfFetchFunctions
<
TokenRecordArgs
,
TokenRecord
,
>
use
Authority
Record
useAuthorityRecord
:
ReturnType
<
typeof
getUseAuthorityRecordCodec
>
&
SelfFetchFunctions
<
UseAuthorityRecordArgs
,
UseAuthorityRecord
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
Authority
Record
edition
edition
Marker
edition
Marker
V2
holder
Delegate
Record
master
Edition
V1
master
Edition
V2
metadata
metadata
Delegate
Record
reservation
List
V1
reservation
List
V2
token
Owned
Escrow
token
Record
use
Authority
Record
Coda by Ian Macalinao
Loading...