MinimaRpcConfig
@totemsdk/minima-rpc / MinimaRpcConfig
Interface: MinimaRpcConfig
Totem/Minima RPC types Minima node HTTP RPC response shapes and client config.
Properties
host
host:
string
maxRetries?
optionalmaxRetries?:number
password?
optionalpassword?:string
port
port:
number
ssl?
optionalssl?:boolean
timeoutMs?
optionaltimeoutMs?:number
username?
optionalusername?:string
RPC username. Defaults to 'minima' — the totem-node's only auto-available RPC account, which authenticates against the global -rpcpassword.