Method
-
MetaMask Docs (Methods &&Events)블록체인 2023. 3. 24. 17:37
MetaMask Docs 1. ethereum.isConnected() ethereum.isConnected(): boolean; /** If the provider is not connected, the page will have to be reloaded in order for connection to be re-established. Please see the connect and disconnect events for more information. */ 2. ethereum.request(args) interface RequestArguments { method: string; params?: unknown[] | object; //The params and return value will va..