AddressAssociation represents an association between a Cosmos and an Ethereum address.

interface AddressAssociation {
    ethAddress: string;
    seiAddress: string;
}

Properties

ethAddress: string

Ethereum address

seiAddress: string

Sei address