Versions in this module Expand all Collapse all v0 v0.0.6 Oct 22, 2019 v0.0.5 Oct 15, 2019 v0.0.4 Oct 15, 2019 v0.0.3 Oct 15, 2019 Changes in this version + type MultiSignSignatureTransaction struct + Deadline int64 + Fee int + OtherAccount string + OtherHash struct{ ... } + Signer string + TimeStamp int64 + Type int + Version int + type MultiSignTransaction struct + OtherTrans interface{} + Signatures []MultiSignSignatureTransaction + func (t *MultiSignTransaction) GetCommon() *CommonTransaction + func (t *MultiSignTransaction) GetTx() Transaction + func (t *MultiSignTransaction) GetType() int + func (t *MultiSignTransaction) String() string + type TransactionResponse struct + Amount float64 + Deadline int64 + Fee float64 + Message *Message + OtherTrans Transaction + Recipient string + Signatures []MultiSignSignatureTransaction + Signer string + TimeStamp int64 + Type int + Version int v0.0.2 Sep 22, 2019 Changes in this version + type AbstractTransaction struct + Amount float64 + Deadline int64 + Fee float64 + Message *Message + Recipient string + Signer string + TimeStamp int64 + Type int + Version int + type Chain struct + Char string + ID int + Prefix int + type Common struct + IsHW bool + Password string + PrivateKey string + type CommonTransaction struct + Deadline int64 + Fee float64 + Signer string + TimeStamp int64 + Type int + Version int + func (c *CommonTransaction) String() string + type ConsModif struct + CosignatoryAccount string + ModificationType int + type Data struct + Mainnet Chain + Mijin Chain + Testnet Chain + type Error struct + Error string + Message string + Status int + TimeStamp int64 + type ImportanceTransfer struct + IsMultisig bool + Mode int + MultisigAccount string + RemoteAccount string + type Levy struct + Fee float64 + MosaicID MosaicID + Recipient string + Type int + type Message struct + Payload string + PublicKey string + Type int + type MessageType struct + Name string + Value int + type Mosaic struct + MosaicID MosaicID + Quantity float64 + type MosaicDefinition struct + Creator string + Description string + ID MosaicID + Levy Levy + Properties []Properties + type MosaicDefinitionCreationTransaction struct + CreationFee float64 + CreationFeeSink string + MosaicDefinition MosaicDefinition + func (t *MosaicDefinitionCreationTransaction) GetCommon() *CommonTransaction + func (t *MosaicDefinitionCreationTransaction) GetMosaic() MosaicDefinition + func (t *MosaicDefinitionCreationTransaction) GetMosaicId() MosaicID + func (t *MosaicDefinitionCreationTransaction) GetMosaicTx() *MosaicDefinitionCreationTransaction + func (t *MosaicDefinitionCreationTransaction) GetTx() Transaction + func (t *MosaicDefinitionCreationTransaction) GetType() int + func (t *MosaicDefinitionCreationTransaction) String() string + type MosaicID struct + Name string + NamespaceID string + func (m MosaicID) String() string + type MosaicsData struct + MosaicID MosaicID + Quantity int + func (m *MosaicsData) String() string + type MultisigAggregateModific struct + IsMultisig bool + Modifications []interface{} + MultisigAccount string + RelativeChange interface{} + type MultisigSignatureTransaction struct + Deadline int64 + Fee int + OtherAccount string + OtherHash struct{ ... } + Signer string + TimeStamp int64 + Type int + Version int + type MultisigTransaction struct + OtherTrans interface{} + Signatures []MultisigSignatureTransaction + func (t *MultisigTransaction) GetCommon() *CommonTransaction + func (t *MultisigTransaction) GetTx() Transaction + func (t *MultisigTransaction) GetType() int + func (t *MultisigTransaction) String() string + type Node struct + Host string + Port int + type Properties struct + Name string + Value string + type ProvisionNamespaceTransaction struct + NewPart string + Parent string + RentalFee float64 + RentalFeeSink string + func (t *ProvisionNamespaceTransaction) GetCommon() *CommonTransaction + func (t *ProvisionNamespaceTransaction) GetTx() Transaction + func (t *ProvisionNamespaceTransaction) GetType() int + func (t *ProvisionNamespaceTransaction) String() string + type SignatureT struct + OtherAccount string + OtherHash struct{ ... } + type Supply struct + Delta int + IsMultisig bool + Mosaic string + MultisigAccount string + SupplyType int + type Transaction interface + GetCommon func() *CommonTransaction + GetType func() int + String func() string + type TransactionMosaic struct + Mosaics []MosaicsData + Signature string + func (t *TransactionMosaic) GetCommon() *CommonTransaction + func (t *TransactionMosaic) GetType() int + func (t *TransactionMosaic) String() string + type TransactionResponce struct + Amount float64 + Deadline int64 + Fee float64 + Message *Message + OtherTrans Transaction + Recipient string + Signatures []MultisigSignatureTransaction + Signer string + TimeStamp int64 + Type int + Version int + type TransferTransaction struct + Amount float64 + Message Message + Mosaics []Mosaic + Recipient string + Signature string + func (t *TransferTransaction) GetCommon() *CommonTransaction + func (t *TransferTransaction) GetTx() Transaction + func (t *TransferTransaction) GetType() int + func (t *TransferTransaction) String() string + type Tx interface + GetTx func() Transaction