Interface QueryEVMAddressBySeiAddressResponse

interface QueryEVMAddressBySeiAddressResponse {
    associated: boolean;
    evmAddress: string;
}

Properties

associated: boolean
evmAddress: string