Documentation ¶
Index ¶
- Variables
- func GetPrototype() insolar.Reference
- type Account
- func (r *Account) Accept(amountStr string) error
- func (r *Account) GetBalance() (string, error)
- func (r *Account) GetBalanceAsMutable() (string, error)
- func (r *Account) GetBalanceNoWait() error
- func (r *Account) GetCode() (insolar.Reference, error)
- func (r *Account) GetPrototype() (insolar.Reference, error)
- func (r *Account) GetReference() insolar.Reference
- func (r *Account) RollBack(amountStr string) error
- func (r *Account) RollBackAsImmutable(amountStr string) error
- func (r *Account) RollBackNoWait(amountStr string) error
- func (r *Account) TransferToAccount(amountStr string, toAccount insolar.Reference) error
- func (r *Account) TransferToAccountAsImmutable(amountStr string, toAccount insolar.Reference) error
- func (r *Account) TransferToAccountNoWait(amountStr string, toAccount insolar.Reference) error
- func (r *Account) TransferToDeposit(amountStr string, toDeposit insolar.Reference) error
- func (r *Account) TransferToDepositAsImmutable(amountStr string, toDeposit insolar.Reference) error
- func (r *Account) TransferToDepositNoWait(amountStr string, toDeposit insolar.Reference) error
- type ContractConstructorHolder
Constants ¶
This section is empty.
Variables ¶
var PrototypeReference, _ = insolar.NewReferenceFromBase58("111A62X73fkPeY5vK6NjcXgmL9d37DgRRNtHNLGaEse.11111111111111111111111111111111")
PrototypeReference to prototype of this contract error checking hides in generator
Functions ¶
func GetPrototype ¶
GetPrototype returns reference to the prototype
Types ¶
type Account ¶
type Account struct { Reference insolar.Reference Prototype insolar.Reference Code insolar.Reference }
Account holds proxy type
func (*Account) GetBalance ¶
GetBalanceAsImmutable is proxy generated method
func (*Account) GetBalanceAsMutable ¶
GetBalance is proxy generated method
func (*Account) GetBalanceNoWait ¶
GetBalanceNoWait is proxy generated method
func (*Account) GetPrototype ¶
GetPrototype returns reference to the code
func (*Account) GetReference ¶
GetReference returns reference of the object
func (*Account) RollBackAsImmutable ¶
RollBackAsImmutable is proxy generated method
func (*Account) RollBackNoWait ¶
RollBackNoWait is proxy generated method
func (*Account) TransferToAccount ¶
TransferToAccount is proxy generated method
func (*Account) TransferToAccountAsImmutable ¶
TransferToAccountAsImmutable is proxy generated method
func (*Account) TransferToAccountNoWait ¶
TransferToAccountNoWait is proxy generated method
func (*Account) TransferToDeposit ¶
TransferToDeposit is proxy generated method
func (*Account) TransferToDepositAsImmutable ¶
TransferToDepositAsImmutable is proxy generated method
type ContractConstructorHolder ¶
type ContractConstructorHolder struct {
// contains filtered or unexported fields
}
ContractConstructorHolder holds logic with object construction