Set update the wrapper with new proto.AccountAddress.
(d proto.AccountAddress)
| 32 | |
| 33 | // Set update the wrapper with new proto.AccountAddress. |
| 34 | func (a *AccountAddress) Set(d proto.AccountAddress) { |
| 35 | *a = NewAccountAddress(d) |
| 36 | } |
| 37 | |
| 38 | // NewAccountAddress returns new wrapper object of proto.AccountAddress. |
| 39 | func NewAccountAddress(d proto.AccountAddress) AccountAddress { |
nothing calls this directly
no test coverage detected