Returns the addresses that the current execution context has write access to.
Returned addresses include the current address itself, as well as any addresses that were created by the current call to allow initializing them.
An array of Address objects owned by the current execution context.
Address
Generated using TypeDoc
Returns the addresses that the current execution context has write access to.
Remarks
Returned addresses include the current address itself, as well as any addresses that were created by the current call to allow initializing them.
Returns
An array of
Address
objects owned by the current execution context.