AccessOptions

AccessOptions

A class that inclues auth key and chainid.

Constructor

new AccessOptions(accessKeyId, secretAccessKey, chainId)

Creates an instance of AccessOptions.

Parameters:
Name Type Description
accessKeyId string

The access key id.

secretAccessKey string

The secret access key.

chainId number

The chain id.

Members

accessKeyId :string

Type:
  • string

secretAccessKey :string

Type:
  • string

chainId :number

Type:
  • number

auth :string

Type:
  • string