Interface QuerySeiAddressByEVMAddressRequest

interface QuerySeiAddressByEVMAddressRequest {
    evmAddress: string;
}

Properties

Properties

evmAddress: string