Type alias KeyringExecutionContext

KeyringExecutionContext: {
    chainId: string;
}

Context used by a Keyring implementation.

Type declaration

  • chainId: string

    The chain ID.