Documentation
¶
Overview ¶
* Copyright (C) 2020 The poly network Authors * This file is part of The poly network library. * * The poly network 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 poly network 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 poly network . If not, see <http://www.gnu.org/licenses/>.
Index ¶
- type BtcService
- func (s *BtcService) GenePrivkAndAddr(pwd, path string) (*btcutil.WIF, *btcutil.AddressPubKey, error)
- func (s *BtcService) GeneRedeem(pubkStr, reqStr string) ([]byte, []byte, *btcutil.AddressScriptHash, *btcutil.AddressWitnessScriptHash, ...)
- func (s *BtcService) SetContract(contract, redeem, sigs string, ver, chainId uint64) (common.Uint256, error)
- func (s *BtcService) SetParam(fr, mc, ver uint64, redeem, sigs string) (common.Uint256, error)
- func (s *BtcService) SignContract(pf, pwd, contract, redeem string, chainId, ver uint64) ([]byte, error)
- func (s *BtcService) SignParam(fr, mc, ver uint64, redeem, pf, pwd string) ([]byte, error)
- type DbService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BtcService ¶
type BtcService struct { Poly *poly_go_sdk.PolySdk Acc *poly_go_sdk.Account }
func NewBtcService ¶
func NewBtcService(poly *poly_go_sdk.PolySdk) *BtcService
func (*BtcService) GenePrivkAndAddr ¶
func (s *BtcService) GenePrivkAndAddr(pwd, path string) (*btcutil.WIF, *btcutil.AddressPubKey, error)
func (*BtcService) GeneRedeem ¶
func (s *BtcService) GeneRedeem(pubkStr, reqStr string) ([]byte, []byte, *btcutil.AddressScriptHash, *btcutil.AddressWitnessScriptHash, error)
func (*BtcService) SetContract ¶
func (*BtcService) SignContract ¶
func (s *BtcService) SignContract(pf, pwd, contract, redeem string, chainId, ver uint64) ([]byte, error)
type DbService ¶
type DbService struct {
// contains filtered or unexported fields
}
func NewDbService ¶
func (*DbService) GetTxArrToShow ¶
func (s *DbService) GetTxArrToShow() utils2.SavedItemArr