Documentation ¶
Overview ¶
Package app links together all the various components to construct the bnsd app.
Package app is a generated protocol buffer package. It is generated from these files: app/codec.proto It has these top-level messages: Tx
Index ¶
- Variables
- func Application(name string, h weave.Handler, tx weave.TxDecoder, dbPath string, debug bool) (app.BaseApp, error)
- func Authenticator() x.Authenticator
- func Chain(minFee x.Coin, authFn x.Authenticator) app.Decorators
- func CommitKVStore(dbPath string) (weave.CommitKVStore, error)
- func Examples() []commands.Example
- func GenInitOptions(args []string) (json.RawMessage, error)
- func GenerateApp(home string, logger log.Logger, debug bool) (abci.Application, error)
- func GenerateCoinKey() (weave.Address, string, error)
- func QueryRouter() weave.QueryRouter
- func RegisterNft()
- func Router(authFn x.Authenticator, issuer weave.Address) app.Router
- func Stack(minFee x.Coin, issuer weave.Address) weave.Handler
- func TxDecoder(bz []byte) (weave.Tx, error)
- type NftType
- type Tx
- func (*Tx) Descriptor() ([]byte, []int)
- func (m *Tx) GetAddApprovalMsg() *nft.AddApprovalMsg
- func (m *Tx) GetAddUsernameAddressNftMsg() *username.AddChainAddressMsg
- func (m *Tx) GetCreateContractMsg() *multisig.CreateContractMsg
- func (m *Tx) GetCreateEscrowMsg() *escrow.CreateEscrowMsg
- func (m *Tx) GetFees() *cash.FeeInfo
- func (m *Tx) GetIssueBlockchainNftMsg() *blockchain.IssueTokenMsg
- func (m *Tx) GetIssueBootstrapNodeNftMsg() *bootstrap_node.IssueTokenMsg
- func (m *Tx) GetIssueTickerNftMsg() *ticker.IssueTokenMsg
- func (m *Tx) GetIssueUsernameNftMsg() *username.IssueTokenMsg
- func (tx *Tx) GetMsg() (weave.Msg, error)
- func (m *Tx) GetMultisig() [][]byte
- func (m *Tx) GetNewTokenInfoMsg() *currency.NewTokenInfoMsg
- func (m *Tx) GetPreimage() []byte
- func (m *Tx) GetReleaseEscrowMsg() *escrow.ReleaseEscrowMsg
- func (m *Tx) GetRemoveApprovalMsg() *nft.RemoveApprovalMsg
- func (m *Tx) GetRemoveUsernameAddressMsg() *username.RemoveChainAddressMsg
- func (m *Tx) GetReturnEscrowMsg() *escrow.ReturnEscrowMsg
- func (m *Tx) GetSendMsg() *cash.SendMsg
- func (m *Tx) GetSetValidatorsMsg() *validators.SetValidatorsMsg
- func (tx *Tx) GetSignBytes() ([]byte, error)
- func (m *Tx) GetSignatures() []*sigs.StdSignature
- func (m *Tx) GetSum() isTx_Sum
- func (m *Tx) GetUpdateContractMsg() *multisig.UpdateContractMsg
- func (m *Tx) GetUpdateEscrowMsg() *escrow.UpdateEscrowPartiesMsg
- func (m *Tx) Marshal() (dAtA []byte, err error)
- func (m *Tx) MarshalTo(dAtA []byte) (int, error)
- func (*Tx) ProtoMessage()
- func (m *Tx) Reset()
- func (m *Tx) Size() (n int)
- func (m *Tx) String() string
- func (m *Tx) Unmarshal(dAtA []byte) error
- func (*Tx) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type Tx_AddApprovalMsg
- type Tx_AddUsernameAddressNftMsg
- type Tx_CreateContractMsg
- type Tx_CreateEscrowMsg
- type Tx_IssueBlockchainNftMsg
- type Tx_IssueBootstrapNodeNftMsg
- type Tx_IssueTickerNftMsg
- type Tx_IssueUsernameNftMsg
- type Tx_NewTokenInfoMsg
- type Tx_ReleaseEscrowMsg
- type Tx_RemoveApprovalMsg
- type Tx_RemoveUsernameAddressMsg
- type Tx_ReturnEscrowMsg
- type Tx_SendMsg
- type Tx_SetValidatorsMsg
- type Tx_UpdateContractMsg
- type Tx_UpdateEscrowMsg
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthCodec = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCodec = fmt.Errorf("proto: integer overflow") )
var NftType_name = map[int32]string{
0: "USERNAME",
1: "TICKER",
3: "BLOCKCHAIN",
4: "BOOTSTRAP_NODE",
}
var NftType_value = map[string]int32{
"USERNAME": 0,
"TICKER": 1,
"BLOCKCHAIN": 3,
"BOOTSTRAP_NODE": 4,
}
Functions ¶
func Application ¶
func Application(name string, h weave.Handler, tx weave.TxDecoder, dbPath string, debug bool) (app.BaseApp, error)
Application constructs a basic ABCI application with the given arguments. If you are not sure what to use for the Handler, just use Stack().
func Authenticator ¶
func Authenticator() x.Authenticator
Authenticator returns the typical authentication, just using public key signatures
func Chain ¶
func Chain(minFee x.Coin, authFn x.Authenticator) app.Decorators
Chain returns a chain of decorators, to handle authentication, fees, logging, and recovery
func CommitKVStore ¶
func CommitKVStore(dbPath string) (weave.CommitKVStore, error)
CommitKVStore returns an initialized KVStore that persists the data to the named path.
func GenInitOptions ¶
func GenInitOptions(args []string) (json.RawMessage, error)
GenInitOptions will produce some basic options for one rich account, to use for dev mode
You can set
func GenerateApp ¶
GenerateApp is used to create a stub for server/start.go command
func GenerateCoinKey ¶
GenerateCoinKey returns the address of a public key, along with a json representation of the keys. You can give coins to this address and import the keys in the js client to use them
func QueryRouter ¶
func QueryRouter() weave.QueryRouter
QueryRouter returns a default query router, allowing access to "/wallets", "/auth", "/", "/escrows", "/nft/usernames", "/nft/blockchains", "/nft/tickers", "/validators"
func RegisterNft ¶
func RegisterNft()
Register nft types for shared action handling via base handler
Types ¶
type Tx ¶
type Tx struct { Fees *cash.FeeInfo `protobuf:"bytes,1,opt,name=fees" json:"fees,omitempty"` Signatures []*sigs.StdSignature `protobuf:"bytes,2,rep,name=signatures" json:"signatures,omitempty"` // Preimage for hashlock. Preimage []byte `protobuf:"bytes,3,opt,name=preimage,proto3" json:"preimage,omitempty"` // ID of a multisig contract. Multisig [][]byte `protobuf:"bytes,4,rep,name=multisig" json:"multisig,omitempty"` // msg is a sum type over all allowed messages on this chain. // // Types that are valid to be assigned to Sum: // *Tx_SendMsg // *Tx_CreateEscrowMsg // *Tx_ReleaseEscrowMsg // *Tx_ReturnEscrowMsg // *Tx_UpdateEscrowMsg // *Tx_CreateContractMsg // *Tx_UpdateContractMsg // *Tx_SetValidatorsMsg // *Tx_NewTokenInfoMsg // *Tx_AddApprovalMsg // *Tx_RemoveApprovalMsg // *Tx_IssueUsernameNftMsg // *Tx_AddUsernameAddressNftMsg // *Tx_RemoveUsernameAddressMsg // *Tx_IssueBlockchainNftMsg // *Tx_IssueTickerNftMsg // *Tx_IssueBootstrapNodeNftMsg Sum isTx_Sum `protobuf_oneof:"sum"` }
Tx contains the message.
When extending Tx, follow the rules:
- range 1-50 is reserved for middlewares,
- range 51-inf is reserved for different message types,
- keep the same numbers for the same message types in both bcpd and bnsd applications. For example, FeeInfo field is used by both and indexed at first position. Skip unused fields (leave index unused or comment out for clarity).
func (*Tx) Descriptor ¶
func (*Tx) GetAddApprovalMsg ¶
func (m *Tx) GetAddApprovalMsg() *nft.AddApprovalMsg
func (*Tx) GetAddUsernameAddressNftMsg ¶
func (m *Tx) GetAddUsernameAddressNftMsg() *username.AddChainAddressMsg
func (*Tx) GetCreateContractMsg ¶
func (m *Tx) GetCreateContractMsg() *multisig.CreateContractMsg
func (*Tx) GetCreateEscrowMsg ¶
func (m *Tx) GetCreateEscrowMsg() *escrow.CreateEscrowMsg
func (*Tx) GetIssueBlockchainNftMsg ¶
func (m *Tx) GetIssueBlockchainNftMsg() *blockchain.IssueTokenMsg
func (*Tx) GetIssueBootstrapNodeNftMsg ¶
func (m *Tx) GetIssueBootstrapNodeNftMsg() *bootstrap_node.IssueTokenMsg
func (*Tx) GetIssueTickerNftMsg ¶
func (m *Tx) GetIssueTickerNftMsg() *ticker.IssueTokenMsg
func (*Tx) GetIssueUsernameNftMsg ¶
func (m *Tx) GetIssueUsernameNftMsg() *username.IssueTokenMsg
func (*Tx) GetMultisig ¶
func (*Tx) GetNewTokenInfoMsg ¶ added in v0.10.0
func (m *Tx) GetNewTokenInfoMsg() *currency.NewTokenInfoMsg
func (*Tx) GetPreimage ¶
func (*Tx) GetReleaseEscrowMsg ¶
func (m *Tx) GetReleaseEscrowMsg() *escrow.ReleaseEscrowMsg
func (*Tx) GetRemoveApprovalMsg ¶
func (m *Tx) GetRemoveApprovalMsg() *nft.RemoveApprovalMsg
func (*Tx) GetRemoveUsernameAddressMsg ¶
func (m *Tx) GetRemoveUsernameAddressMsg() *username.RemoveChainAddressMsg
func (*Tx) GetReturnEscrowMsg ¶
func (m *Tx) GetReturnEscrowMsg() *escrow.ReturnEscrowMsg
func (*Tx) GetSendMsg ¶
func (*Tx) GetSetValidatorsMsg ¶
func (m *Tx) GetSetValidatorsMsg() *validators.SetValidatorsMsg
func (*Tx) GetSignBytes ¶
GetSignBytes returns the bytes to sign...
func (*Tx) GetSignatures ¶
func (m *Tx) GetSignatures() []*sigs.StdSignature
func (*Tx) GetUpdateContractMsg ¶
func (m *Tx) GetUpdateContractMsg() *multisig.UpdateContractMsg
func (*Tx) GetUpdateEscrowMsg ¶
func (m *Tx) GetUpdateEscrowMsg() *escrow.UpdateEscrowPartiesMsg
func (*Tx) ProtoMessage ¶
func (*Tx) ProtoMessage()
type Tx_AddApprovalMsg ¶
type Tx_AddApprovalMsg struct {
AddApprovalMsg *nft.AddApprovalMsg `protobuf:"bytes,61,opt,name=add_approval_msg,json=addApprovalMsg,oneof"`
}
func (*Tx_AddApprovalMsg) MarshalTo ¶
func (m *Tx_AddApprovalMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_AddApprovalMsg) Size ¶
func (m *Tx_AddApprovalMsg) Size() (n int)
type Tx_AddUsernameAddressNftMsg ¶
type Tx_AddUsernameAddressNftMsg struct {
AddUsernameAddressNftMsg *username.AddChainAddressMsg `protobuf:"bytes,64,opt,name=add_username_address_nft_msg,json=addUsernameAddressNftMsg,oneof"`
}
func (*Tx_AddUsernameAddressNftMsg) MarshalTo ¶
func (m *Tx_AddUsernameAddressNftMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_AddUsernameAddressNftMsg) Size ¶
func (m *Tx_AddUsernameAddressNftMsg) Size() (n int)
type Tx_CreateContractMsg ¶
type Tx_CreateContractMsg struct {
CreateContractMsg *multisig.CreateContractMsg `protobuf:"bytes,56,opt,name=create_contract_msg,json=createContractMsg,oneof"`
}
func (*Tx_CreateContractMsg) MarshalTo ¶
func (m *Tx_CreateContractMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_CreateContractMsg) Size ¶
func (m *Tx_CreateContractMsg) Size() (n int)
type Tx_CreateEscrowMsg ¶
type Tx_CreateEscrowMsg struct {
CreateEscrowMsg *escrow.CreateEscrowMsg `protobuf:"bytes,52,opt,name=create_escrow_msg,json=createEscrowMsg,oneof"`
}
func (*Tx_CreateEscrowMsg) MarshalTo ¶
func (m *Tx_CreateEscrowMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_CreateEscrowMsg) Size ¶
func (m *Tx_CreateEscrowMsg) Size() (n int)
type Tx_IssueBlockchainNftMsg ¶
type Tx_IssueBlockchainNftMsg struct {
IssueBlockchainNftMsg *blockchain.IssueTokenMsg `protobuf:"bytes,66,opt,name=issue_blockchain_nft_msg,json=issueBlockchainNftMsg,oneof"`
}
func (*Tx_IssueBlockchainNftMsg) MarshalTo ¶
func (m *Tx_IssueBlockchainNftMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_IssueBlockchainNftMsg) Size ¶
func (m *Tx_IssueBlockchainNftMsg) Size() (n int)
type Tx_IssueBootstrapNodeNftMsg ¶
type Tx_IssueBootstrapNodeNftMsg struct {
IssueBootstrapNodeNftMsg *bootstrap_node.IssueTokenMsg `protobuf:"bytes,68,opt,name=issue_bootstrap_node_nft_msg,json=issueBootstrapNodeNftMsg,oneof"`
}
func (*Tx_IssueBootstrapNodeNftMsg) MarshalTo ¶
func (m *Tx_IssueBootstrapNodeNftMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_IssueBootstrapNodeNftMsg) Size ¶
func (m *Tx_IssueBootstrapNodeNftMsg) Size() (n int)
type Tx_IssueTickerNftMsg ¶
type Tx_IssueTickerNftMsg struct {
IssueTickerNftMsg *ticker.IssueTokenMsg `protobuf:"bytes,67,opt,name=issue_ticker_nft_msg,json=issueTickerNftMsg,oneof"`
}
func (*Tx_IssueTickerNftMsg) MarshalTo ¶
func (m *Tx_IssueTickerNftMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_IssueTickerNftMsg) Size ¶
func (m *Tx_IssueTickerNftMsg) Size() (n int)
type Tx_IssueUsernameNftMsg ¶
type Tx_IssueUsernameNftMsg struct {
IssueUsernameNftMsg *username.IssueTokenMsg `protobuf:"bytes,63,opt,name=issue_username_nft_msg,json=issueUsernameNftMsg,oneof"`
}
func (*Tx_IssueUsernameNftMsg) MarshalTo ¶
func (m *Tx_IssueUsernameNftMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_IssueUsernameNftMsg) Size ¶
func (m *Tx_IssueUsernameNftMsg) Size() (n int)
type Tx_NewTokenInfoMsg ¶ added in v0.10.0
type Tx_NewTokenInfoMsg struct {
NewTokenInfoMsg *currency.NewTokenInfoMsg `protobuf:"bytes,59,opt,name=new_token_info_msg,json=newTokenInfoMsg,oneof"`
}
func (*Tx_NewTokenInfoMsg) MarshalTo ¶ added in v0.10.0
func (m *Tx_NewTokenInfoMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_NewTokenInfoMsg) Size ¶ added in v0.10.0
func (m *Tx_NewTokenInfoMsg) Size() (n int)
type Tx_ReleaseEscrowMsg ¶
type Tx_ReleaseEscrowMsg struct {
ReleaseEscrowMsg *escrow.ReleaseEscrowMsg `protobuf:"bytes,53,opt,name=release_escrow_msg,json=releaseEscrowMsg,oneof"`
}
func (*Tx_ReleaseEscrowMsg) MarshalTo ¶
func (m *Tx_ReleaseEscrowMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_ReleaseEscrowMsg) Size ¶
func (m *Tx_ReleaseEscrowMsg) Size() (n int)
type Tx_RemoveApprovalMsg ¶
type Tx_RemoveApprovalMsg struct {
RemoveApprovalMsg *nft.RemoveApprovalMsg `protobuf:"bytes,62,opt,name=remove_approval_msg,json=removeApprovalMsg,oneof"`
}
func (*Tx_RemoveApprovalMsg) MarshalTo ¶
func (m *Tx_RemoveApprovalMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_RemoveApprovalMsg) Size ¶
func (m *Tx_RemoveApprovalMsg) Size() (n int)
type Tx_RemoveUsernameAddressMsg ¶
type Tx_RemoveUsernameAddressMsg struct {
RemoveUsernameAddressMsg *username.RemoveChainAddressMsg `protobuf:"bytes,65,opt,name=remove_username_address_msg,json=removeUsernameAddressMsg,oneof"`
}
func (*Tx_RemoveUsernameAddressMsg) MarshalTo ¶
func (m *Tx_RemoveUsernameAddressMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_RemoveUsernameAddressMsg) Size ¶
func (m *Tx_RemoveUsernameAddressMsg) Size() (n int)
type Tx_ReturnEscrowMsg ¶
type Tx_ReturnEscrowMsg struct {
ReturnEscrowMsg *escrow.ReturnEscrowMsg `protobuf:"bytes,54,opt,name=return_escrow_msg,json=returnEscrowMsg,oneof"`
}
func (*Tx_ReturnEscrowMsg) MarshalTo ¶
func (m *Tx_ReturnEscrowMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_ReturnEscrowMsg) Size ¶
func (m *Tx_ReturnEscrowMsg) Size() (n int)
type Tx_SendMsg ¶
type Tx_SendMsg struct {
SendMsg *cash.SendMsg `protobuf:"bytes,51,opt,name=send_msg,json=sendMsg,oneof"`
}
func (*Tx_SendMsg) Size ¶
func (m *Tx_SendMsg) Size() (n int)
type Tx_SetValidatorsMsg ¶
type Tx_SetValidatorsMsg struct {
SetValidatorsMsg *validators.SetValidatorsMsg `protobuf:"bytes,58,opt,name=set_validators_msg,json=setValidatorsMsg,oneof"`
}
func (*Tx_SetValidatorsMsg) MarshalTo ¶
func (m *Tx_SetValidatorsMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_SetValidatorsMsg) Size ¶
func (m *Tx_SetValidatorsMsg) Size() (n int)
type Tx_UpdateContractMsg ¶
type Tx_UpdateContractMsg struct {
UpdateContractMsg *multisig.UpdateContractMsg `protobuf:"bytes,57,opt,name=update_contract_msg,json=updateContractMsg,oneof"`
}
func (*Tx_UpdateContractMsg) MarshalTo ¶
func (m *Tx_UpdateContractMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_UpdateContractMsg) Size ¶
func (m *Tx_UpdateContractMsg) Size() (n int)
type Tx_UpdateEscrowMsg ¶
type Tx_UpdateEscrowMsg struct {
UpdateEscrowMsg *escrow.UpdateEscrowPartiesMsg `protobuf:"bytes,55,opt,name=update_escrow_msg,json=updateEscrowMsg,oneof"`
}
func (*Tx_UpdateEscrowMsg) MarshalTo ¶
func (m *Tx_UpdateEscrowMsg) MarshalTo(dAtA []byte) (int, error)
func (*Tx_UpdateEscrowMsg) Size ¶
func (m *Tx_UpdateEscrowMsg) Size() (n int)