Function ownedAddresses

  • 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.

    Returns Address[]

Generated using TypeDoc