@exodus/web3-rpc-handlers
Version: 0.0.0
Interfaces
Functions
Variables
DomainStatusEnum
enum
Members
SECURE= 0
UNKNOWN= 2
UNSECURE= 1
createAppDeps
type
createAppDeps
variable
approve
function
Signature
approve(approvalFn: ApprovalFn, isAutoApproved: any, args: unknown[]): Promise
Parameters:
approvalFn: ApprovalFn
isAutoApproved: any
args: unknown[]
Returns:
Promiseconnect
function
Signature
connect(deps: BaseConnectDependencies, network: string, onlyIfTrusted?: boolean, silent?: boolean): Promise
Parameters:
deps: BaseConnectDependencies
network: string
onlyIfTrusted (optional): boolean
silent (optional): boolean
Returns:
PromisegetAreDomainsPotentiallyUnsecure
function
Signature
getAreDomainsPotentiallyUnsecure(__namedParameters: any): Promise
Parameters:
__namedParameters: any
Returns:
Promisevalidate
function
Signature
validate(value: Record, requiredKeys: string[], optionalKeys?: string[]): void
Parameters:
value: Record
requiredKeys: string[]
optionalKeys (optional): string[]
Returns:
voidvalidateCommonDeps
function
Signature
Parameters:
deps: CommonDeps
otherOptionalKeys (optional): string[]
Returns:
voidChain
interface
Properties
assetName
string
network
string
CommonDeps
interface
Properties
app
AppDeps
wallet?
WalletDeps
BaseConnectDependencies
type
DomainStatusEnum
enum
Members
SECURE= 0
UNKNOWN= 2
UNSECURE= 1
createAppDeps
type
createAppDeps
variable
approve
function
Signature
approve(approvalFn: ApprovalFn, isAutoApproved: any, args: unknown[]): Promise
Parameters:
approvalFn: ApprovalFn
isAutoApproved: any
args: unknown[]
Returns:
Promiseconnect
function
Signature
connect(deps: BaseConnectDependencies, network: string, onlyIfTrusted: boolean, silent: boolean): Promise
Parameters:
Returns:
PromisegetAreDomainsPotentiallyUnsecure
function
Signature
getAreDomainsPotentiallyUnsecure(__namedParameters: any): Promise
Parameters:
__namedParameters: any
Returns:
Promisevalidate
function
Signature
validate(value: Record, requiredKeys: string[], optionalKeys: string[]): void
Parameters:
value: Record
requiredKeys: string[]
optionalKeys: string[]
Returns:
voidvalidateCommonDeps
function
Signature
Parameters:
deps: CommonDeps
otherOptionalKeys: string[]
Returns:
voidChain
interface
Properties
assetName
string
network
string
CommonDeps
interface
Properties
app
AppDeps
wallet?
WalletDeps
BaseConnectDependencies
type
