utils

package
v0.0.0-...-3b19a5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2020 License: GPL-3.0 Imports: 10 Imported by: 1

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

Constants

View Source
const (
	MIN_FEE        = 100
	SIGNED_TX_KEY  = "btcTxToRelay"
	TO_SIGN_TX_KEY = "makeBtcTx"
)

Variables

This section is empty.

Functions

func GetAccountByPassword

func GetAccountByPassword(sdk *sdk.PolySdk, path string, pwd []byte) (*sdk.Account, error)

func GetUtxoKey

func GetUtxoKey(scriptPk []byte) string

func SetUpPoly

func SetUpPoly(poly *sdk.PolySdk, rpcAddr string) error

func Wait

func Wait(dura time.Duration)

Types

type SavedItem

type SavedItem struct {
	Item         *ToSignItem
	TimeReceived time.Time
	Done         bool
}

func (*SavedItem) Deserialize

func (saved *SavedItem) Deserialize(buf []byte) error

func (*SavedItem) Serialize

func (saved *SavedItem) Serialize() ([]byte, error)

type SavedItemArr

type SavedItemArr []*SavedItem

func (SavedItemArr) Len

func (arr SavedItemArr) Len() int

func (SavedItemArr) Less

func (arr SavedItemArr) Less(i, j int) bool

func (SavedItemArr) Swap

func (arr SavedItemArr) Swap(i, j int)

type ToSignItem

type ToSignItem struct {
	Mtx  *wire.MsgTx
	Amts []uint64
}

func (*ToSignItem) Deserialize

func (item *ToSignItem) Deserialize(buf []byte) error

func (*ToSignItem) Serialize

func (item *ToSignItem) Serialize() ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL