Type alias AddressNotFoundDetails

AddressNotFoundDetails: {
    address: Type;
    index: number;
}

The details of an "addressNotFound": an account address was not valid.

Type declaration

  • address: Type

    The address that could not be resolved.

  • index: number

    The index in the list of operations of the failing operation.

Generated using TypeDoc