multi_signature_check

package
v0.0.0-...-09e170c Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddressAmountKey

func AddressAmountKey(address, amount string) string

func RequestJsonRpc

func RequestJsonRpc(url, method string, params ...interface{}) (interface{}, error)

func XGatewayBitcoinVerifyTxValid

func XGatewayBitcoinVerifyTxValid(url, rawTx, withdrawalIds string, isFullAmount bool) (bool, error)

func XGatewayCommonWithdrawalListWithFeeInfo

func XGatewayCommonWithdrawalListWithFeeInfo(url string, assertId int) (string, error)

Types

type JsonRpcReq

type JsonRpcReq struct {
	Id      int64         `json:"id"`
	Jsonrpc string        `json:"jsonrpc"`
	Method  string        `json:"method"`
	Params  []interface{} `json:"params"`
}

Jump to

Keyboard shortcuts

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