Documentation
¶
Index ¶
- func SigMutilRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigNativeInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigNeoVMInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigTransferTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- type SigMutilRawTransactionReq
- type SigMutilRawTransactionRsp
- type SigNativeInvokeTxReq
- type SigNativeInvokeTxRsp
- type SigNeoVMInvokeTxReq
- type SigNeoVMInvokeTxRsp
- type SigRawTransactionReq
- type SigRawTransactionRsp
- type SigTransferTransactionReq
- type SinTransferTransactionRsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SigMutilRawTransaction ¶
func SigMutilRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigNativeInvokeTx ¶
func SigNativeInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigNeoVMInvokeTx ¶
func SigNeoVMInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigRawTransaction ¶
func SigRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigTransferTransaction ¶
func SigTransferTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
Types ¶
type SigMutilRawTransactionRsp ¶
type SigMutilRawTransactionRsp struct {
SignedTx string `json:"signed_tx"`
}
type SigNativeInvokeTxReq ¶
type SigNativeInvokeTxRsp ¶
type SigNativeInvokeTxRsp struct {
SignedTx string `json:"signed_tx"`
}
type SigNeoVMInvokeTxReq ¶
type SigNeoVMInvokeTxRsp ¶
type SigNeoVMInvokeTxRsp struct {
SignedTx string `json:"signed_tx"`
}
type SigRawTransactionReq ¶
type SigRawTransactionReq struct {
RawTx string `json:"raw_tx"`
}
type SigRawTransactionRsp ¶
type SigRawTransactionRsp struct {
SignedTx string `json:"signed_tx"`
}
type SinTransferTransactionRsp ¶
type SinTransferTransactionRsp struct {
SignedTx string `json:"signed_tx"`
}
Click to show internal directories.
Click to hide internal directories.