@@ -9,37 +9,37 @@ We recommend using the npmjs package in order to receive updates/fixes.
9
9
10
10
### App Operations
11
11
12
- | Operation | Response | Command | Notes |
13
- | ------------ | --------------------------- | ------- | -------- ---------------------------- |
14
- | getAppName | { name: string, version: string } | None | Returns app name and version |
15
- | getAppVersion| { version: string } | None | Returns app version |
12
+ | Operation | Response | Command | Notes |
13
+ | ------------- | --------------------------------- | ------- | ---------------------------- |
14
+ | getAppName | { name: string, version: string } | None | Returns app name and version |
15
+ | getAppVersion | { version: string } | None | Returns app version |
16
16
17
17
### Address Operations
18
18
19
- | Operation | Response | Command | Notes |
20
- | ------------ | --------------------------- | ------- | ------------------------------------ |
21
- | getAddress | { publicKey: string } | account + showAddrInDevice | Retrieves public key for given account |
19
+ | Operation | Response | Command | Notes |
20
+ | ---------- | --------------------- | -------------------------- | -- ------------------------------------ |
21
+ | getAddress | { publicKey: string } | account + showAddrInDevice | Retrieves public key for given account |
22
22
23
23
### Transaction Operations
24
24
25
- | Operation | Response | Command | Notes |
26
- | -------------- | --------------------------- | ----------------------------------------------------------------------- | ------------------------------------ |
27
- | signTransaction| { signature: string } | txType + senderAccount + senderAddress + receiverAddress + amount + fee + nonce + validUntil + memo + networkId | Signs a Mina transaction |
28
- | signMessage | { field: string, scalar: string, raw_signature: string, signed_message: string } | account + networkId + message | Signs a message using the specified account |
25
+ | Operation | Response | Command | Notes |
26
+ | --------------- | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------- ------------------------------------ |
27
+ | signTransaction | { signature: string } | txType + senderAccount + senderAddress + receiverAddress + amount + fee + nonce + validUntil + memo + networkId | Signs a Mina transaction |
28
+ | signMessage | { field: string, scalar: string, raw_signature: string, signed_message: string } | account + networkId + message | Signs a message using the specified account |
29
29
30
30
### Transaction Types
31
31
32
- | Type | Value | Description |
33
- | ------| -------| -------------|
34
- | PAYMENT | 0x00 | Payment transaction |
35
- | DELEGATION | 0x04 | Delegation transaction |
32
+ | Type | Value | Description |
33
+ | ---------- | ----- | ---------------------- |
34
+ | PAYMENT | 0x00 | Payment transaction |
35
+ | DELEGATION | 0x04 | Delegation transaction |
36
36
37
37
### Network IDs
38
38
39
- | Network | Value | Description |
40
- | --------- | ------- | ------------- |
41
- | MAINNET | 0x01 | Mina mainnet |
42
- | DEVNET | 0x00 | Mina devnet |
39
+ | Network | Value | Description |
40
+ | ------- | ----- | ------------ |
41
+ | MAINNET | 0x01 | Mina mainnet |
42
+ | DEVNET | 0x00 | Mina devnet |
43
43
44
44
## Notes
45
45
0 commit comments