ChainAddress<C>: {
    address: UniversalOrNative<C>;
    chain: C;
}

ChainAddress represents the parsed address for a given chain and comes with the context of which chain its relevant for

Type Parameters

  • C extends Chain = Chain

Type declaration

Generated using TypeDoc