# Functions
ConvertProofs converts documents.DocumentProof to ProofsResponse.
DeriveResponseHeader derives an appropriate response header.
GetDocumentResponse converts model to a client api format.
ToDocumentAttributes converts AttributeRequestMap to document attributes.
ToDocumentsCreatePayload converts CoreAPI create payload to documents payload.
No description provided by the author
# Constants
AccountIDParam for accounts api.
AssetIDQueryParam for Investor api.
AttributeNameParam for NFT V3 api.
CollectionIDParam for NFT V3 api.
DocumentIDParam for document_id in api path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ItemIDParam for NFT V3 api.
LoanIDQueryParam for Investor api.
PoolIDQueryParam for Investor api.
VersionIDParam for version_id in api path.
# Structs
Account holds identity and proxy information for a Centrifuge account.
Accounts holds a list of accounts.
AttributeRequest defines a single attribute.
AttributeResponse adds key to the attribute.
CreateDocumentRequest defines the payload for creating documents.
CreateNFTCollectionV3Request is the request object used for creating an NFT class on Centrifuge chain.
CreateNFTCollectionV3Response is the response object for a CreateNFTCollectionV3Request.
DocumentResponse is the common response for Document APIs.
GenerateAccountPayload holds required fields to generate account with defaults.
No description provided by the author
No description provided by the author
No description provided by the author
MintNFTV3Request holds required fields for minting NFT on the Centrifuge chain.
MintNFTV3Response holds the details of the minted NFT on the Centrifuge chain.
MonetaryValue defines user format to represent currency type Value string representation of decimal number ChainID hex bytes representing the chain where the currency is relevant ID string representing the Currency (USD|ETH|0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2(DAI)...).
NFT defines a single NFT.
NFTResponseHeader holds the NFT mint job ID.
PodOperatorResponse is the response object for a v3/pod/operator GET request.
ProofResponseHeader holds the document details.
ProofsRequest holds the fields for which proofs are generated.
ProofsResponse holds the proofs for the fields given for a document.
ResponseHeader holds the common response header fields.
SignedValue contains the Identity of who signed the attribute and value which was signed.
SignRequest holds the payload to be signed.
SignResponse holds the signature, pk and Payload for the Sign request.
# Type aliases
AttributeMapRequest defines a map of attributes with attribute key as key.
AttributeMapResponse maps attribute label to AttributeResponse.