Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TranSet ¶
func (*TranSet) FromProtoBytes ¶
FromProtoBytes deserializes protobytes into TxReadWriteSet proto message and populates 'TxRwSet'
func (*TranSet) ToProtoBytes ¶
ToProtoBytes constructs TxReadWriteSet proto message and serializes using protobuf Marshal
type TranSetBuilder ¶
type TranSetBuilder struct {
// contains filtered or unexported fields
}
func NewTranSetBuilder ¶
func NewTranSetBuilder() *TranSetBuilder
func (*TranSetBuilder) AddToTranSet ¶
func (builder *TranSetBuilder) AddToTranSet(to string, balanceType string, amount []byte)
func (*TranSetBuilder) GetTranSet ¶
func (builder *TranSetBuilder) GetTranSet() *TranSet
Click to show internal directories.
Click to hide internal directories.