2024-05-12 14:34:33 +02:00
|
|
|
=Service: Wallet=
|
|
|
|
|
2024-05-13 00:02:13 +02:00
|
|
|
<span style="color:red;">This service has never been properly defined. It is therefore not standardized and may be removed.</span>
|
2024-05-12 23:26:08 +02:00
|
|
|
|
2024-05-12 14:34:33 +02:00
|
|
|
* Service type: <code>wallet</code>
|
2024-05-12 23:26:08 +02:00
|
|
|
* Service vendor: <code>Electrum</code>
|
|
|
|
|
|
|
|
==Method: Import Seed==
|
|
|
|
|
|
|
|
* Method name: <code>import_seed</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.import_seed</code>
|
|
|
|
|-
|
|
|
|
! Params [0] (<code>seed</code>)
|
|
|
|
| <code>string</code>
|
|
|
|
| <code>update stomach couch actress cart dose coral slice frozen settle alarm boost</code>
|
|
|
|
| The seed.
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>boolean</code>
|
|
|
|
| <code>true</code>
|
|
|
|
| Unknown
|
|
|
|
|}
|
|
|
|
|
|
|
|
==Method: Add Public Key==
|
|
|
|
|
|
|
|
* Method name: <code>add_pubkey</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.add_pubkey</code>
|
|
|
|
|-
|
|
|
|
! Params [0] (<code>pubkey</code>)
|
|
|
|
| <code>string</code>
|
|
|
|
| Unknown
|
|
|
|
| The public key.
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>boolean</code>
|
|
|
|
| <code>true</code>
|
|
|
|
| Unknown
|
|
|
|
|}
|
|
|
|
|
|
|
|
==Method: Remove Public Key==
|
|
|
|
|
|
|
|
* Method name: <code>remove_pubkey</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.remove_pubkey</code>
|
|
|
|
|-
|
|
|
|
! Params [0] (<code>pubkey</code>)
|
|
|
|
| <code>string</code>
|
|
|
|
| Unknown
|
|
|
|
| The public key.
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>boolean</code>
|
|
|
|
| <code>true</code>
|
|
|
|
| Unknown
|
|
|
|
|}
|
|
|
|
|
|
|
|
==Method: Create transaction==
|
|
|
|
|
|
|
|
* Method name: <code>create_transaction</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.create_transaction</code>
|
|
|
|
|-
|
|
|
|
! Params [0] (<code>address</code>)
|
|
|
|
| <code>string</code>
|
|
|
|
| <code>1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L</code>
|
|
|
|
| The address.
|
|
|
|
|-
|
|
|
|
! Params [1] (<code>amount</code>)
|
|
|
|
| Unknown
|
|
|
|
| Unknown
|
|
|
|
| The amount.
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>string</code>
|
|
|
|
| <code></code>
|
|
|
|
| Unknown
|
|
|
|
|}
|
|
|
|
|
|
|
|
==Method: Save==
|
|
|
|
|
|
|
|
* Method name: <code>save</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.save</code>
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>boolean</code>
|
|
|
|
| <code>true</code>
|
|
|
|
| Unknown
|
|
|
|
|}
|
|
|
|
|
|
|
|
==Method: Load==
|
|
|
|
|
|
|
|
* Method name: <code>load</code>
|
|
|
|
|
|
|
|
{|
|
|
|
|
! <ins>[Request]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Method
|
|
|
|
| colspan="3" | <code>wallet.load</code>
|
|
|
|
|-
|
|
|
|
! <ins>[Response]</ins>
|
|
|
|
! Type
|
|
|
|
! Example
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
! Result
|
|
|
|
| <code>boolean</code>
|
|
|
|
| <code>true</code>
|
|
|
|
| Unknown
|
|
|
|
|}
|