data class PendingApproval(val signer: String, val message: String)
Constructors
constructor(signer: String, message: String)
Properties
| Property | Type | Description |
|---|---|---|
message | String | The message this signer must sign to approve the transaction. |
signer | String | Locator of the signer that must approve. |

