IntroductionThis_document_describes_KAS__Klaytn_API_Service_Anchor_API__Anchor_API_provides_features_sending_metadata_available_to_verify_data_reliability_to_ensure_the_reliability_of_service_chain_data_to_Klaytn_main_chain_For_more_details_on_using_the_Anchor_API_please_refer_to__Tutorial_httpsdocs_klaytnapi_comtutorialanchor_api__Error_Codes_400_Bad_Request__Code__Messages________________1071010__data_dont_exist1071615__its_value_is_out_of_range_size1072100__same_payload_ID_or_payload_was_already_anchored1072101__all_configured_accounts_have_insufficient_funds_.
The index module provides access to constructors for all the classes which comprise the public API.
An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
var AnchorApi = require('index'); // See note below*.
var xxxSvc = new AnchorApi.XxxApi(); // Allocate the API class we're going to use.
var yyyModel = new AnchorApi.Yyy(); // Construct a model instance.
yyyModel.someProperty = 'someValue';
...
var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
...
*NOTE: For a top-level AMD script, use require(['index'], function(){...})
and put the application logic within the callback function.
A non-AMD browser application (discouraged) might do something like this:
var xxxSvc = new AnchorApi.XxxApi(); // Allocate the API class we're going to use. var yyy = new AnchorApi.Yyy(); // Construct a model instance. yyyModel.someProperty = 'someValue'; ... var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. ...
- Version:
- 1.0
Members
(static) ApiClient
Properties:
| Type | Description |
|---|---|
| ApiClient |
The ApiClient constructor.
(static) AnchorBlockPayload
Properties:
| Type | Description |
|---|---|
| AnchorBlockPayload |
The AnchorBlockPayload model constructor.
(static) AnchorBlockRequest
Properties:
| Type | Description |
|---|---|
| AnchorBlockRequest |
The AnchorBlockRequest model constructor.
(static) AnchorBlockStatus
Properties:
| Type | Description |
|---|---|
| AnchorBlockStatus |
The AnchorBlockStatus model constructor.
(static) AnchorTransaction
Properties:
| Type | Description |
|---|---|
| AnchorTransaction |
The AnchorTransaction model constructor.
(static) AnchorTransactionDetail
Properties:
| Type | Description |
|---|---|
| AnchorTransactionDetail |
The AnchorTransactionDetail model constructor.
(static) AnchorTransactions
Properties:
| Type | Description |
|---|---|
| AnchorTransactions |
The AnchorTransactions model constructor.
(static) ErrorResponse
Properties:
| Type | Description |
|---|---|
| ErrorResponse |
The ErrorResponse model constructor.
(static) Operator
Properties:
| Type | Description |
|---|---|
| Operator |
The Operator model constructor.
(static) OperatorSetting
Properties:
| Type | Description |
|---|---|
| OperatorSetting |
The OperatorSetting model constructor.
(static) Operators
Properties:
| Type | Description |
|---|---|
| Operators |
The Operators model constructor.
(static) DataAnchoringTransactionApi
Properties:
| Type | Description |
|---|---|
| DataAnchoringTransactionApi |
The DataAnchoringTransactionApi service constructor.
(static) OperatorApi
Properties:
| Type | Description |
|---|---|
| OperatorApi |
The OperatorApi service constructor.
(static) Account
Properties:
| Type | Description |
|---|---|
| Account |
The Account model constructor.
(static) AccountByPubkey
Properties:
| Type | Description |
|---|---|
| AccountByPubkey |
The AccountByPubkey model constructor.
(static) AccountCountByAccountID
Properties:
| Type | Description |
|---|---|
| AccountCountByAccountID |
The AccountCountByAccountID model constructor.
(static) AccountCountByKRN
Properties:
| Type | Description |
|---|---|
| AccountCountByKRN |
The AccountCountByKRN model constructor.
(static) AccountRegistration
Properties:
| Type | Description |
|---|---|
| AccountRegistration |
The AccountRegistration model constructor.
(static) AccountRegistrationRequest
Properties:
| Type | Description |
|---|---|
| AccountRegistrationRequest |
The AccountRegistrationRequest model constructor.
(static) AccountStatus
Properties:
| Type | Description |
|---|---|
| AccountStatus |
The AccountStatus model constructor.
(static) AccountSummary
Properties:
| Type | Description |
|---|---|
| AccountSummary |
The AccountSummary model constructor.
(static) AccountUpdateTransactionRequest
Properties:
| Type | Description |
|---|---|
| AccountUpdateTransactionRequest |
The AccountUpdateTransactionRequest model constructor.
(static) Accounts
Properties:
| Type | Description |
|---|---|
| Accounts |
The Accounts model constructor.
(static) AccountsByPubkey
Properties:
| Type | Description |
|---|---|
| AccountsByPubkey |
The AccountsByPubkey model constructor.
(static) AnchorTransactionRequest
Properties:
| Type | Description |
|---|---|
| AnchorTransactionRequest |
The AnchorTransactionRequest model constructor.
(static) CallArgument
Properties:
| Type | Description |
|---|---|
| CallArgument |
The CallArgument model constructor.
(static) CancelTransactionRequest
Properties:
| Type | Description |
|---|---|
| CancelTransactionRequest |
The CancelTransactionRequest model constructor.
(static) ContractCallData
Properties:
| Type | Description |
|---|---|
| ContractCallData |
The ContractCallData model constructor.
(static) ContractCallRequest
Properties:
| Type | Description |
|---|---|
| ContractCallRequest |
The ContractCallRequest model constructor.
(static) ContractCallResponse
Properties:
| Type | Description |
|---|---|
| ContractCallResponse |
The ContractCallResponse model constructor.
(static) ContractDeployTransactionRequest
Properties:
| Type | Description |
|---|---|
| ContractDeployTransactionRequest |
The ContractDeployTransactionRequest model constructor.
(static) ContractExecutionTransactionRequest
Properties:
| Type | Description |
|---|---|
| ContractExecutionTransactionRequest |
The ContractExecutionTransactionRequest model constructor.
(static) CreateFeePayerAccountRequest
Properties:
| Type | Description |
|---|---|
| CreateFeePayerAccountRequest |
The CreateFeePayerAccountRequest model constructor.
(static) EmptyUpdateKeyType
Properties:
| Type | Description |
|---|---|
| EmptyUpdateKeyType |
The EmptyUpdateKeyType model constructor.
(static) EventLog
Properties:
| Type | Description |
|---|---|
| EventLog |
The EventLog model constructor.
(static) FDAccountUpdateTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDAccountUpdateTransactionRequest |
The FDAccountUpdateTransactionRequest model constructor.
(static) FDAnchorTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDAnchorTransactionRequest |
The FDAnchorTransactionRequest model constructor.
(static) FDCancelTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDCancelTransactionRequest |
The FDCancelTransactionRequest model constructor.
(static) FDContractDeployTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDContractDeployTransactionRequest |
The FDContractDeployTransactionRequest model constructor.
(static) FDContractExecutionTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDContractExecutionTransactionRequest |
The FDContractExecutionTransactionRequest model constructor.
(static) FDProcessRLPRequest
Properties:
| Type | Description |
|---|---|
| FDProcessRLPRequest |
The FDProcessRLPRequest model constructor.
(static) FDTransactionResult
Properties:
| Type | Description |
|---|---|
| FDTransactionResult |
The FDTransactionResult model constructor.
(static) FDTransactionWithCurrencyResult
Properties:
| Type | Description |
|---|---|
| FDTransactionWithCurrencyResult |
The FDTransactionWithCurrencyResult model constructor.
(static) FDTransactionWithCurrencyResultList
Properties:
| Type | Description |
|---|---|
| FDTransactionWithCurrencyResultList |
The FDTransactionWithCurrencyResultList model constructor.
(static) FDUserAccountUpdateTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserAccountUpdateTransactionRequest |
The FDUserAccountUpdateTransactionRequest model constructor.
(static) FDUserAnchorTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserAnchorTransactionRequest |
The FDUserAnchorTransactionRequest model constructor.
(static) FDUserCancelTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserCancelTransactionRequest |
The FDUserCancelTransactionRequest model constructor.
(static) FDUserContractDeployTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserContractDeployTransactionRequest |
The FDUserContractDeployTransactionRequest model constructor.
(static) FDUserContractExecutionTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserContractExecutionTransactionRequest |
The FDUserContractExecutionTransactionRequest model constructor.
(static) FDUserProcessRLPRequest
Properties:
| Type | Description |
|---|---|
| FDUserProcessRLPRequest |
The FDUserProcessRLPRequest model constructor.
(static) FDUserValueTransferTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDUserValueTransferTransactionRequest |
The FDUserValueTransferTransactionRequest model constructor.
(static) FDValueTransferTransactionRequest
Properties:
| Type | Description |
|---|---|
| FDValueTransferTransactionRequest |
The FDValueTransferTransactionRequest model constructor.
(static) FeePayerSignaturesObj
Properties:
| Type | Description |
|---|---|
| FeePayerSignaturesObj |
The FeePayerSignaturesObj model constructor.
(static) Key
Properties:
| Type | Description |
|---|---|
| Key |
The Key model constructor.
(static) KeyCreationRequest
Properties:
| Type | Description |
|---|---|
| KeyCreationRequest |
The KeyCreationRequest model constructor.
(static) KeyCreationResponse
Properties:
| Type | Description |
|---|---|
| KeyCreationResponse |
The KeyCreationResponse model constructor.
(static) KeyList
Properties:
| Type | Description |
|---|---|
| KeyList |
The KeyList model constructor.
(static) KeyListItems
Properties:
| Type | Description |
|---|---|
| KeyListItems |
The KeyListItems model constructor.
(static) KeySignDataRequest
Properties:
| Type | Description |
|---|---|
| KeySignDataRequest |
The KeySignDataRequest model constructor.
(static) KeySignDataResponse
Properties:
| Type | Description |
|---|---|
| KeySignDataResponse |
The KeySignDataResponse model constructor.
(static) KeyStatus
Properties:
| Type | Description |
|---|---|
| KeyStatus |
The KeyStatus model constructor.
(static) LegacyTransactionRequest
Properties:
| Type | Description |
|---|---|
| LegacyTransactionRequest |
The LegacyTransactionRequest model constructor.
(static) MultisigAccount
Properties:
| Type | Description |
|---|---|
| MultisigAccount |
The MultisigAccount model constructor.
(static) MultisigAccountUpdateRequest
Properties:
| Type | Description |
|---|---|
| MultisigAccountUpdateRequest |
The MultisigAccountUpdateRequest model constructor.
(static) MultisigAddress
Properties:
| Type | Description |
|---|---|
| MultisigAddress |
The MultisigAddress model constructor.
(static) MultisigKey
Properties:
| Type | Description |
|---|---|
| MultisigKey |
The MultisigKey model constructor.
(static) MultisigTransactionStatus
Properties:
| Type | Description |
|---|---|
| MultisigTransactionStatus |
The MultisigTransactionStatus model constructor.
(static) MultisigTransactions
Properties:
| Type | Description |
|---|---|
| MultisigTransactions |
The MultisigTransactions model constructor.
(static) MultisigUpdateKey
Properties:
| Type | Description |
|---|---|
| MultisigUpdateKey |
The MultisigUpdateKey model constructor.
(static) MultisigUpdateKeyType
Properties:
| Type | Description |
|---|---|
| MultisigUpdateKeyType |
The MultisigUpdateKeyType model constructor.
(static) OneOfAccountUpdateTransactionRequestAccountKey
Properties:
| Type | Description |
|---|---|
| OneOfAccountUpdateTransactionRequestAccountKey |
The OneOfAccountUpdateTransactionRequestAccountKey model constructor.
(static) OneOfFDAccountUpdateTransactionRequestAccountKey
Properties:
| Type | Description |
|---|---|
| OneOfFDAccountUpdateTransactionRequestAccountKey |
The OneOfFDAccountUpdateTransactionRequestAccountKey model constructor.
(static) OneOfFDUserAccountUpdateTransactionRequestAccountKey
Properties:
| Type | Description |
|---|---|
| OneOfFDUserAccountUpdateTransactionRequestAccountKey |
The OneOfFDUserAccountUpdateTransactionRequestAccountKey model constructor.
(static) OneOfRoleBasedUpdateKeyTypeKeyItems
Properties:
| Type | Description |
|---|---|
| OneOfRoleBasedUpdateKeyTypeKeyItems |
The OneOfRoleBasedUpdateKeyTypeKeyItems model constructor.
(static) PendedTransaction
Properties:
| Type | Description |
|---|---|
| PendedTransaction |
The PendedTransaction model constructor.
(static) ProcessRLPRequest
Properties:
| Type | Description |
|---|---|
| ProcessRLPRequest |
The ProcessRLPRequest model constructor.
(static) PubkeyUpdateKeyType
Properties:
| Type | Description |
|---|---|
| PubkeyUpdateKeyType |
The PubkeyUpdateKeyType model constructor.
(static) RegistrationFailure
Properties:
| Type | Description |
|---|---|
| RegistrationFailure |
The RegistrationFailure model constructor.
(static) RegistrationStatusResponse
Properties:
| Type | Description |
|---|---|
| RegistrationStatusResponse |
The RegistrationStatusResponse model constructor.
(static) RoleBasedUpdateKeyType
Properties:
| Type | Description |
|---|---|
| RoleBasedUpdateKeyType |
The RoleBasedUpdateKeyType model constructor.
(static) SignPendingTransactionBySigRequest
Properties:
| Type | Description |
|---|---|
| SignPendingTransactionBySigRequest |
The SignPendingTransactionBySigRequest model constructor.
(static) Signature
Properties:
| Type | Description |
|---|---|
| Signature |
The Signature model constructor.
(static) TransactionReceipt
Properties:
| Type | Description |
|---|---|
| TransactionReceipt |
The TransactionReceipt model constructor.
(static) TransactionResult
Properties:
| Type | Description |
|---|---|
| TransactionResult |
The TransactionResult model constructor.
(static) TxData
Properties:
| Type | Description |
|---|---|
| TxData |
The TxData model constructor.
(static) ValueTransferTransactionRequest
Properties:
| Type | Description |
|---|---|
| ValueTransferTransactionRequest |
The ValueTransferTransactionRequest model constructor.
(static) AccountApi
Properties:
| Type | Description |
|---|---|
| AccountApi |
The AccountApi service constructor.
(static) BasicTxApi
Properties:
| Type | Description |
|---|---|
| BasicTxApi |
The BasicTxApi service constructor.
(static) FdtxKasApi
Properties:
| Type | Description |
|---|---|
| FdtxKasApi |
The FdtxKasApi service constructor.
(static) FdtxUserApi
Properties:
| Type | Description |
|---|---|
| FdtxUserApi |
The FdtxUserApi service constructor.
(static) FeepayerApi
Properties:
| Type | Description |
|---|---|
| FeepayerApi |
The FeepayerApi service constructor.
(static) KeyApi
Properties:
| Type | Description |
|---|---|
| KeyApi |
The KeyApi service constructor.
(static) MultisigTxApi
Properties:
| Type | Description |
|---|---|
| MultisigTxApi |
The MultisigTxApi service constructor.
(static) RegistrationApi
Properties:
| Type | Description |
|---|---|
| RegistrationApi |
The RegistrationApi service constructor.
(static) StatisticsApi
Properties:
| Type | Description |
|---|---|
| StatisticsApi |
The StatisticsApi service constructor.
(static) TxHistoryApi
Properties:
| Type | Description |
|---|---|
| TxHistoryApi |
The TxHistoryApi service constructor.
(static) AnyOfPageableContractSummaryItemsItems
Properties:
| Type | Description |
|---|---|
| AnyOfPageableContractSummaryItemsItems |
The AnyOfPageableContractSummaryItemsItems model constructor.
(static) AnyOfPageableTokenSummaryItemsItems
Properties:
| Type | Description |
|---|---|
| AnyOfPageableTokenSummaryItemsItems |
The AnyOfPageableTokenSummaryItemsItems model constructor.
(static) AnyOfTransferArrayItems
Properties:
| Type | Description |
|---|---|
| AnyOfTransferArrayItems |
The AnyOfTransferArrayItems model constructor.
(static) FTContractSummary
Properties:
| Type | Description |
|---|---|
| FTContractSummary |
The FTContractSummary model constructor.
(static) FTTokenSummary
Properties:
| Type | Description |
|---|---|
| FTTokenSummary |
The FTTokenSummary model constructor.
(static) FtContractDetail
Properties:
| Type | Description |
|---|---|
| FtContractDetail |
The FtContractDetail model constructor.
(static) MTContractSummary
Properties:
| Type | Description |
|---|---|
| MTContractSummary |
The MTContractSummary model constructor.
(static) MTTokenSummary
Properties:
| Type | Description |
|---|---|
| MTTokenSummary |
The MTTokenSummary model constructor.
(static) Mt
Properties:
| Type | Description |
|---|---|
| Mt |
The Mt model constructor.
(static) MtContractDetail
Properties:
| Type | Description |
|---|---|
| MtContractDetail |
The MtContractDetail model constructor.
(static) MtToken
Properties:
| Type | Description |
|---|---|
| MtToken |
The MtToken model constructor.
(static) NFTContractSummary
Properties:
| Type | Description |
|---|---|
| NFTContractSummary |
The NFTContractSummary model constructor.
(static) NFTTokenSummary
Properties:
| Type | Description |
|---|---|
| NFTTokenSummary |
The NFTTokenSummary model constructor.
(static) Nft
Properties:
| Type | Description |
|---|---|
| Nft |
The Nft model constructor.
(static) NftContractDetail
Properties:
| Type | Description |
|---|---|
| NftContractDetail |
The NftContractDetail model constructor.
(static) NftOwnershipChange
Properties:
| Type | Description |
|---|---|
| NftOwnershipChange |
The NftOwnershipChange model constructor.
(static) PageableContractSummary
Properties:
| Type | Description |
|---|---|
| PageableContractSummary |
The PageableContractSummary model constructor.
(static) PageableFtContractDetails
Properties:
| Type | Description |
|---|---|
| PageableFtContractDetails |
The PageableFtContractDetails model constructor.
(static) PageableMtContractDetails
Properties:
| Type | Description |
|---|---|
| PageableMtContractDetails |
The PageableMtContractDetails model constructor.
(static) PageableMtTokens
Properties:
| Type | Description |
|---|---|
| PageableMtTokens |
The PageableMtTokens model constructor.
(static) PageableMtTokensWithBalance
Properties:
| Type | Description |
|---|---|
| PageableMtTokensWithBalance |
The PageableMtTokensWithBalance model constructor.
(static) PageableMts
Properties:
| Type | Description |
|---|---|
| PageableMts |
The PageableMts model constructor.
(static) PageableNftContractDetails
Properties:
| Type | Description |
|---|---|
| PageableNftContractDetails |
The PageableNftContractDetails model constructor.
(static) PageableNftOwnershipChanges
Properties:
| Type | Description |
|---|---|
| PageableNftOwnershipChanges |
The PageableNftOwnershipChanges model constructor.
(static) PageableNfts
Properties:
| Type | Description |
|---|---|
| PageableNfts |
The PageableNfts model constructor.
(static) PageableTokenSummary
Properties:
| Type | Description |
|---|---|
| PageableTokenSummary |
The PageableTokenSummary model constructor.
(static) PageableTransfers
Properties:
| Type | Description |
|---|---|
| PageableTransfers |
The PageableTransfers model constructor.
(static) TransferArray
Properties:
| Type | Description |
|---|---|
| TransferArray |
The TransferArray model constructor.
(static) Transfers
Properties:
| Type | Description |
|---|---|
| Transfers |
The Transfers model constructor.
(static) TokenApi
Properties:
| Type | Description |
|---|---|
| TokenApi |
The TokenApi service constructor.
(static) TokenContractApi
Properties:
| Type | Description |
|---|---|
| TokenContractApi |
The TokenContractApi service constructor.
(static) TokenHistoryApi
Properties:
| Type | Description |
|---|---|
| TokenHistoryApi |
The TokenHistoryApi service constructor.
(static) TokenOwnershipApi
Properties:
| Type | Description |
|---|---|
| TokenOwnershipApi |
The TokenOwnershipApi service constructor.
(static) AddMinterKip7Request
Properties:
| Type | Description |
|---|---|
| AddMinterKip7Request |
The AddMinterKip7Request model constructor.
(static) AddPauserKip7Request
Properties:
| Type | Description |
|---|---|
| AddPauserKip7Request |
The AddPauserKip7Request model constructor.
(static) ApproveKip7TokenRequest
Properties:
| Type | Description |
|---|---|
| ApproveKip7TokenRequest |
The ApproveKip7TokenRequest model constructor.
(static) BurnFromKip7TokenRequest
Properties:
| Type | Description |
|---|---|
| BurnFromKip7TokenRequest |
The BurnFromKip7TokenRequest model constructor.
(static) BurnKip7TokenRequest
Properties:
| Type | Description |
|---|---|
| BurnKip7TokenRequest |
The BurnKip7TokenRequest model constructor.
(static) DeployKip7ContractRequest
Properties:
| Type | Description |
|---|---|
| DeployKip7ContractRequest |
The DeployKip7ContractRequest model constructor.
(static) Kip7ContractListResponse
Properties:
| Type | Description |
|---|---|
| Kip7ContractListResponse |
The Kip7ContractListResponse model constructor.
(static) Kip7ContractListResponseItem
Properties:
| Type | Description |
|---|---|
| Kip7ContractListResponseItem |
The Kip7ContractListResponseItem model constructor.
(static) Kip7ContractMetadataResponse
Properties:
| Type | Description |
|---|---|
| Kip7ContractMetadataResponse |
The Kip7ContractMetadataResponse model constructor.
(static) Kip7DeployResponse
Properties:
| Type | Description |
|---|---|
| Kip7DeployResponse |
The Kip7DeployResponse model constructor.
(static) Kip7DeployerResponse
Properties:
| Type | Description |
|---|---|
| Kip7DeployerResponse |
The Kip7DeployerResponse model constructor.
(static) Kip7FeePayerOptions
Properties:
| Type | Description |
|---|---|
| Kip7FeePayerOptions |
The Kip7FeePayerOptions model constructor.
(static) Kip7FeePayerOptionsResponse
Properties:
| Type | Description |
|---|---|
| Kip7FeePayerOptionsResponse |
The Kip7FeePayerOptionsResponse model constructor.
(static) Kip7FeePayerOptionsResponseUserFeePayer
Properties:
| Type | Description |
|---|---|
| Kip7FeePayerOptionsResponseUserFeePayer |
The Kip7FeePayerOptionsResponseUserFeePayer model constructor.
(static) Kip7TokenBalanceResponse
Properties:
| Type | Description |
|---|---|
| Kip7TokenBalanceResponse |
The Kip7TokenBalanceResponse model constructor.
(static) Kip7TransactionStatusResponse
Properties:
| Type | Description |
|---|---|
| Kip7TransactionStatusResponse |
The Kip7TransactionStatusResponse model constructor.
(static) MintKip7TokenRequest
Properties:
| Type | Description |
|---|---|
| MintKip7TokenRequest |
The MintKip7TokenRequest model constructor.
(static) PauseKip7Request
Properties:
| Type | Description |
|---|---|
| PauseKip7Request |
The PauseKip7Request model constructor.
(static) TransferKip7TokenFromRequest
Properties:
| Type | Description |
|---|---|
| TransferKip7TokenFromRequest |
The TransferKip7TokenFromRequest model constructor.
(static) TransferKip7TokenRequest
Properties:
| Type | Description |
|---|---|
| TransferKip7TokenRequest |
The TransferKip7TokenRequest model constructor.
(static) UnpauseKip7Request
Properties:
| Type | Description |
|---|---|
| UnpauseKip7Request |
The UnpauseKip7Request model constructor.
(static) UpdateKip7ContractRequest
Properties:
| Type | Description |
|---|---|
| UpdateKip7ContractRequest |
The UpdateKip7ContractRequest model constructor.
(static) Kip7ContractApi
Properties:
| Type | Description |
|---|---|
| Kip7ContractApi |
The Kip7ContractApi service constructor.
(static) Kip7DeployerApi
Properties:
| Type | Description |
|---|---|
| Kip7DeployerApi |
The Kip7DeployerApi service constructor.
(static) Kip7TokenApi
Properties:
| Type | Description |
|---|---|
| Kip7TokenApi |
The Kip7TokenApi service constructor.
(static) ApproveAllKip17Request
Properties:
| Type | Description |
|---|---|
| ApproveAllKip17Request |
The ApproveAllKip17Request model constructor.
(static) ApproveKip17TokenRequest
Properties:
| Type | Description |
|---|---|
| ApproveKip17TokenRequest |
The ApproveKip17TokenRequest model constructor.
(static) BurnKip17TokenRequest
Properties:
| Type | Description |
|---|---|
| BurnKip17TokenRequest |
The BurnKip17TokenRequest model constructor.
(static) DeployKip17ContractRequest
Properties:
| Type | Description |
|---|---|
| DeployKip17ContractRequest |
The DeployKip17ContractRequest model constructor.
(static) GetKip17TokenHistoryResponse
Properties:
| Type | Description |
|---|---|
| GetKip17TokenHistoryResponse |
The GetKip17TokenHistoryResponse model constructor.
(static) GetKip17TokenHistoryResponseItem
Properties:
| Type | Description |
|---|---|
| GetKip17TokenHistoryResponseItem |
The GetKip17TokenHistoryResponseItem model constructor.
(static) GetKip17TokenResponse
Properties:
| Type | Description |
|---|---|
| GetKip17TokenResponse |
The GetKip17TokenResponse model constructor.
(static) GetOwnerKip17TokensResponse
Properties:
| Type | Description |
|---|---|
| GetOwnerKip17TokensResponse |
The GetOwnerKip17TokensResponse model constructor.
(static) GetOwnerKip17TokensResponseItem
Properties:
| Type | Description |
|---|---|
| GetOwnerKip17TokensResponseItem |
The GetOwnerKip17TokensResponseItem model constructor.
(static) Kip17ContractInfoResponse
Properties:
| Type | Description |
|---|---|
| Kip17ContractInfoResponse |
The Kip17ContractInfoResponse model constructor.
(static) Kip17ContractListResponse
Properties:
| Type | Description |
|---|---|
| Kip17ContractListResponse |
The Kip17ContractListResponse model constructor.
(static) Kip17ContractListResponseItem
Properties:
| Type | Description |
|---|---|
| Kip17ContractListResponseItem |
The Kip17ContractListResponseItem model constructor.
(static) Kip17DeployResponse
Properties:
| Type | Description |
|---|---|
| Kip17DeployResponse |
The Kip17DeployResponse model constructor.
(static) Kip17FeePayerOptions
Properties:
| Type | Description |
|---|---|
| Kip17FeePayerOptions |
The Kip17FeePayerOptions model constructor.
(static) Kip17FeePayerOptionsUserFeePayer
Properties:
| Type | Description |
|---|---|
| Kip17FeePayerOptionsUserFeePayer |
The Kip17FeePayerOptionsUserFeePayer model constructor.
(static) Kip17TokenListResponse
Properties:
| Type | Description |
|---|---|
| Kip17TokenListResponse |
The Kip17TokenListResponse model constructor.
(static) Kip17TransactionStatusResponse
Properties:
| Type | Description |
|---|---|
| Kip17TransactionStatusResponse |
The Kip17TransactionStatusResponse model constructor.
(static) MintKip17TokenRequest
Properties:
| Type | Description |
|---|---|
| MintKip17TokenRequest |
The MintKip17TokenRequest model constructor.
(static) TransferKip17TokenRequest
Properties:
| Type | Description |
|---|---|
| TransferKip17TokenRequest |
The TransferKip17TokenRequest model constructor.
(static) UpdateKip17ContractRequest
Properties:
| Type | Description |
|---|---|
| UpdateKip17ContractRequest |
The UpdateKip17ContractRequest model constructor.
(static) Kip17ContractApi
Properties:
| Type | Description |
|---|---|
| Kip17ContractApi |
The Kip17ContractApi service constructor.
(static) Kip17TokenApi
Properties:
| Type | Description |
|---|---|
| Kip17TokenApi |
The Kip17TokenApi service constructor.
(static) ApproveAllKip37ContractRequest
Properties:
| Type | Description |
|---|---|
| ApproveAllKip37ContractRequest |
The ApproveAllKip37ContractRequest model constructor.
(static) BurnKip37TokenRequest
Properties:
| Type | Description |
|---|---|
| BurnKip37TokenRequest |
The BurnKip37TokenRequest model constructor.
(static) CreateKip37TokenRequest
Properties:
| Type | Description |
|---|---|
| CreateKip37TokenRequest |
The CreateKip37TokenRequest model constructor.
(static) DeployKip37ContractRequest
Properties:
| Type | Description |
|---|---|
| DeployKip37ContractRequest |
The DeployKip37ContractRequest model constructor.
(static) ImportKip37ContractRequest
Properties:
| Type | Description |
|---|---|
| ImportKip37ContractRequest |
The ImportKip37ContractRequest model constructor.
(static) Kip37Contract
Properties:
| Type | Description |
|---|---|
| Kip37Contract |
The Kip37Contract model constructor.
(static) Kip37ContractListResponse
Properties:
| Type | Description |
|---|---|
| Kip37ContractListResponse |
The Kip37ContractListResponse model constructor.
(static) Kip37DeployResponse
Properties:
| Type | Description |
|---|---|
| Kip37DeployResponse |
The Kip37DeployResponse model constructor.
(static) Kip37DeployerResponse
Properties:
| Type | Description |
|---|---|
| Kip37DeployerResponse |
The Kip37DeployerResponse model constructor.
(static) Kip37FeePayerOptions
Properties:
| Type | Description |
|---|---|
| Kip37FeePayerOptions |
The Kip37FeePayerOptions model constructor.
(static) Kip37FeePayerOptionsUserFeePayer
Properties:
| Type | Description |
|---|---|
| Kip37FeePayerOptionsUserFeePayer |
The Kip37FeePayerOptionsUserFeePayer model constructor.
(static) Kip37TokenInfoListResponse
Properties:
| Type | Description |
|---|---|
| Kip37TokenInfoListResponse |
The Kip37TokenInfoListResponse model constructor.
(static) Kip37TokenInfoListResponseItem
Properties:
| Type | Description |
|---|---|
| Kip37TokenInfoListResponseItem |
The Kip37TokenInfoListResponseItem model constructor.
(static) Kip37TokenListResponse
Properties:
| Type | Description |
|---|---|
| Kip37TokenListResponse |
The Kip37TokenListResponse model constructor.
(static) Kip37TokenListResponseItem
Properties:
| Type | Description |
|---|---|
| Kip37TokenListResponseItem |
The Kip37TokenListResponseItem model constructor.
(static) Kip37TransactionStatusResponse
Properties:
| Type | Description |
|---|---|
| Kip37TransactionStatusResponse |
The Kip37TransactionStatusResponse model constructor.
(static) MintKip37TokenRequest
Properties:
| Type | Description |
|---|---|
| MintKip37TokenRequest |
The MintKip37TokenRequest model constructor.
(static) OperateKip37ContractRequest
Properties:
| Type | Description |
|---|---|
| OperateKip37ContractRequest |
The OperateKip37ContractRequest model constructor.
(static) TransferKip37TokenRequest
Properties:
| Type | Description |
|---|---|
| TransferKip37TokenRequest |
The TransferKip37TokenRequest model constructor.
(static) UpdateKip37ContractRequest
Properties:
| Type | Description |
|---|---|
| UpdateKip37ContractRequest |
The UpdateKip37ContractRequest model constructor.
(static) Kip37ContractApi
Properties:
| Type | Description |
|---|---|
| Kip37ContractApi |
The Kip37ContractApi service constructor.
(static) Kip37DeployerApi
Properties:
| Type | Description |
|---|---|
| Kip37DeployerApi |
The Kip37DeployerApi service constructor.
(static) Kip37TokenApi
Properties:
| Type | Description |
|---|---|
| Kip37TokenApi |
The Kip37TokenApi service constructor.
(static) Kip37TokenOwnershipApi
Properties:
| Type | Description |
|---|---|
| Kip37TokenOwnershipApi |
The Kip37TokenOwnershipApi service constructor.