Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// ID allows multiple independent instances, since contract address depends on initial state.
ID uint32 `tlb:"## 32"`
// Target address to which the contract forwards all messages.
Target address.Address `tlb:"addr"`
}
CallProxy contract storage, auto-serialized to/from cell.
Click to show internal directories.
Click to hide internal directories.