package
0.0.0-20200728021042-9ef0842abec7
Repository: https://github.com/robbin-liu/go-binance-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GenerateOrderID generates an order ID.
IsValidOrderType validates that an order type is valid and supported by the matching engine.
IsValidSide validates that a side is valid and supported by the matching engine.
IsValidTimeInForce validates that a tif code is correct.
IToOrderType conversion.
IToSide conversion.
IToTimeInForce conversion.
MustSortJSON is like SortJSON but panic if an error occurs, e.g., if the passed JSON isn't valid.
NewCancelOrderMsg constructs a new CancelOrderMsg.
No description provided by the author
NewCreateOrderMsg constructs a new CreateOrderMsg.
No description provided by the author
No description provided by the author
NewDexListMsg for instance creation.
NewFreezeMsg for instance creation.
No description provided by the author
NewInput - create a transaction input, used with SendMsg.
No description provided by the author
No description provided by the author
NewMsgSend - construct arbitrary multi-in, multi-out send msg.
No description provided by the author
No description provided by the author
NewOutput - create a transaction output, used with SendMsg.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMsg for instance creation.
NewTokenIssueMsg for instance creation.
NewUnfreezeMsg for instance creation.
String to proposalType byte.
No description provided by the author
SideStringToSideCode converts a string like "BUY" to its internal side code.
SortJSON takes any JSON and returns it sorted by keys.
TifStringToTifCode converts a string like "GTC" to its internal tif code.
ValidateSymbol utility.
String to proposalType byte.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
constants.
No description provided by the author
constants.
No description provided by the author
No description provided by the author
No description provided by the author
name to idetify transaction types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
name to idetify transaction types.
90 billions with 8 decimal digits.
2 weeks.
No description provided by the author
No description provided by the author
name to idetify transaction types.
constants.
constants.
nolint.
nolint.
nolint.
nolint.
nolint.
ProposalTypeFeeChange belongs to ProposalTypeParameterChange.
nolint.
nolint.
nolint.
nolint.
nolint.
No description provided by the author
No description provided by the author
No description provided by the author
Order routes.
Order routes.
No description provided by the author
No description provided by the author
constants.
constants.
constants.

# Variables

bnb prefix address: bnb1wxeplyw7x8aahy93w96yhwm7xcq3ke4f8ge93u tbnb prefix address: tbnb1wxeplyw7x8aahy93w96yhwm7xcq3ke4ffasp3d.
No description provided by the author
OrderSide /TimeInForce /OrderType are const, following FIX protocol convention Used as Enum.
OrderType is an enum of order type options supported by the matching engine.
TimeInForce is an enum of TIF (Time in Force) options supported by the matching engine.
No description provided by the author

# Structs

CancelOrderMsg represents a message to cancel an open order.
No description provided by the author
CreateOrderMsg def.
No description provided by the author
----------------------------------------------------------- DepositMsg.
Description - description fields for a validator.
DexListMsg def.
No description provided by the author
Transaction Input.
-----------------------------------------------------------.
No description provided by the author
MsgCreateValidator - struct for bonding transactions.
No description provided by the author
No description provided by the author
Transaction Output.
No description provided by the author
SendMsg - high level transaction of the coin module.
No description provided by the author
----------------------------------------------------------- SubmitProposalMsg.
No description provided by the author
No description provided by the author
No description provided by the author
TokenBurnMsg def.
TokenFreezeMsg def.
TokenIssueMsg def.
TokenUnfreezeMsg def.
No description provided by the author
----------------------------------------------------------- VoteMsg.

# Interfaces

Msg - Transactions messages must fulfill the Msg.

# Type aliases

Type that represents Proposal Type as a byte.
No description provided by the author