Typedef
| Static Public Summary | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Static Public
public CreateChainResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| chainId | string | The ID of the new chain tree |
public EstablishTokenResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip after the transaction. |
public ExportChainTreeResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| chainTree | SerializedChainTree | The serialized chain tree |
public GenerateKeyResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| keyAddr | string | Public key address |
public GetTipResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip as known by the Tupelo signers |
public ListChainIdsResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| chainIds | string[] | Chain tree IDs associated with this wallet. |
public ListKeysResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| keyAddrs | string[] | Public key addresses associated with the connected wallet. |
public MintTokenResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip after the transaction. |
public PlayTransactionsResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip as known by the Tupelo signers after the transactions are applied |
public RegisterResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| walletName | string | The name of the newly registered wallet |
public RpcError: Object source
public SerializedChainTree: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | Hash of the latest root tree node. |
|
| dag | string[] | base58 encoded string array representing the chain tree dag nodes |
|
| signatures | Map<String, SerializedSignature> | Map of serialized signatures |
public SetDataResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip after the transaction. |
public SetOwnerResponse: Object source
Properties:
| Name | Type | Attribute | Description |
| tip | string | The chain tree tip after the transaction. |
public StorageAdapterConfig: Object source
Properties:
| Name | Type | Attribute | Description |
| badger | StorageAdapterConfigForBadger | Configure and use the badger storage adapter |
|
| ipld | StorageAdapterConfigForIpld | Configure and use the ipld storage adapter |
public StorageAdapterConfigForBadger: Object source
Properties:
| Name | Type | Attribute | Description |
| path | string | Path for badger db |
public StorageAdapterConfigForIpld: Object source
Properties:
| Name | Type | Attribute | Description |
| path | string |
|
Path to ipld initialized configuration. Either path or address is required. |
| address | string |
|
Multiaddr for ipfs http api. Either path or address is required. |
| online | boolean |
|
if true, starts IPFS node in online mode |
Reference
Source
