Documentation ¶
Overview ¶
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func CreateAccount(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func ExportAccount(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigData(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigMutilRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigNativeInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- func SigNeoVMInvokeAbiTx(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)
- func SigTransferTransactionV2(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
- type CreateAccountReq
- type CreateAccountRsp
- type ExportAccountReq
- type ExportAccountResp
- type SigDataReq
- type SigDataRsp
- type SigMutilRawTransactionReq
- type SigMutilRawTransactionRsp
- type SigNativeInvokeTxReq
- type SigNativeInvokeTxRsp
- type SigNeoVMInvokeTxAbiReq
- type SigNeoVMInvokeTxAbiRsp
- type SigNeoVMInvokeTxReq
- type SigNeoVMInvokeTxRsp
- type SigRawTransactionReq
- type SigRawTransactionRsp
- type SigTransferTransactionReq
- type SinTransferTransactionRsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccount ¶ added in v1.0.2
func CreateAccount(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func ExportAccount ¶ added in v1.0.2
func ExportAccount(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigData ¶
func SigData(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigMutilRawTransaction ¶
func SigMutilRawTransaction(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigNativeInvokeTx ¶
func SigNativeInvokeTx(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
func SigNeoVMInvokeAbiTx ¶
func SigNeoVMInvokeAbiTx(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)
func SigTransferTransactionV2 ¶ added in v1.14.1
func SigTransferTransactionV2(req *clisvrcom.CliRpcRequest, resp *clisvrcom.CliRpcResponse)
Types ¶
type CreateAccountReq ¶ added in v1.0.2
type CreateAccountReq struct { }
type CreateAccountRsp ¶ added in v1.0.2
type CreateAccountRsp struct {
Account string `json:"account"`
}
type ExportAccountReq ¶ added in v1.0.2
type ExportAccountReq struct {
WalletPath string `json:"wallet_path"`
}
type ExportAccountResp ¶ added in v1.0.2
type SigDataReq ¶
type SigDataReq struct {
RawData string `json:"raw_data"`
}
type SigDataRsp ¶
type SigDataRsp struct {
SignedData string `json:"signed_data"`
}
type SigMutilRawTransactionRsp ¶
type SigMutilRawTransactionRsp struct {
SignedTx string `json:"signed_tx"`
}
type SigNativeInvokeTxReq ¶
type SigNativeInvokeTxRsp ¶
type SigNativeInvokeTxRsp struct {
SignedTx string `json:"signed_tx"`
}
type SigNeoVMInvokeTxAbiReq ¶
type SigNeoVMInvokeTxAbiRsp ¶
type SigNeoVMInvokeTxAbiRsp 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"`
}