User
Summary
Members | Descriptions |
---|---|
| #### Parameters |
| #### Parameters |
| |
| |
| |
| |
|
Members
public abstract Task<
SignTransactionResponse
>
SignTransaction
(Transaction transaction,
SignTransactionConfig
config)
Parameters
transaction
The transaction to be signed (a object that matches the RpcAPI structure).
public abstract Task<
SignTransactionResponse
>
SignTransaction
(
Action
actions,
SignTransactionConfig
config)
Parameters
actions
The actions to be included into the transaction to be signed (a object that matches the RpcAPI structure).
public abstract Task< string >
GetAccountName
()
public abstract Task< string >
GetChainId
()
public abstract Task< string >
GetKeys
()
public abstract string
GetWalletType
()
protected string
BuildRpcEndpoint
(
RpcEndpoint
endPoint)
Last updated