Versions in this module Expand all Collapse all v0 v0.1.0 Feb 26, 2018 Changes in this version + var ErrIntOverflowCodec = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCodec = fmt.Errorf("proto: negative length found during unmarshaling") + func Application(name string, h weave.Handler, tx weave.TxDecoder, dbPath string) (app.BaseApp, error) + func AuthFunc() weave.AuthFunc + func Chain(minFee coins.Coin, authFn weave.AuthFunc) app.Decorators + func CommitKVStore(dbPath string) (weave.CommitKVStore, error) + func GenInitOptions(args []string) (json.RawMessage, error) + func GenerateApp(dbPath string, logger log.Logger) (abci.Application, error) + func GenerateCoinKey() (weave.Address, string, error) + func Router(authFn weave.AuthFunc) app.Router + func Stack(minFee coins.Coin) weave.Handler + func TxDecoder(bz []byte) (weave.Tx, error) + type Tx struct + Fees *coins.FeeInfo + Signatures []*auth.StdSignature + Sum isTx_Sum + func (*Tx) Descriptor() ([]byte, []int) + func (*Tx) ProtoMessage() + func (*Tx) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Tx) GetFees() *coins.FeeInfo + func (m *Tx) GetSendMsg() *coins.SendMsg + func (m *Tx) GetSignatures() []*auth.StdSignature + func (m *Tx) GetSum() isTx_Sum + func (m *Tx) Marshal() (dAtA []byte, err error) + func (m *Tx) MarshalTo(dAtA []byte) (int, error) + func (m *Tx) Reset() + func (m *Tx) Size() (n int) + func (m *Tx) String() string + func (m *Tx) Unmarshal(dAtA []byte) error + func (tx *Tx) GetMsg() (weave.Msg, error) + func (tx *Tx) GetSignBytes() ([]byte, error) + type Tx_SendMsg struct + SendMsg *coins.SendMsg + func (m *Tx_SendMsg) MarshalTo(dAtA []byte) (int, error) + func (m *Tx_SendMsg) Size() (n int)