Interface QueryEVMAddressBySeiAddressResponseAmino

interface QueryEVMAddressBySeiAddressResponseAmino {
    associated?: boolean;
    evm_address?: string;
}

Properties

associated?: boolean
evm_address?: string