Interface QueryEVMAddressBySeiAddressResponseSDKType

interface QueryEVMAddressBySeiAddressResponseSDKType {
    associated: boolean;
    evm_address: string;
}

Properties

associated: boolean
evm_address: string