Interface QuerySeiAddressByEVMAddressResponse

interface QuerySeiAddressByEVMAddressResponse {
    associated: boolean;
    seiAddress: string;
}

Properties

associated: boolean
seiAddress: string