Documentation ¶ Index ¶ type Config func (cfg *Config) SetDefault() *Config type SDK func New(cfg *Config) (*SDK, error) func (sdk *SDK) Init(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { ABIPath string Fireblocks *fireblocksclienthttp.Config } func (*Config) SetDefault ¶ func (cfg *Config) SetDefault() *Config type SDK ¶ type SDK struct { fireblocksclient.Client ABI ethereum.ABI // contains filtered or unexported fields } func New ¶ func New(cfg *Config) (*SDK, error) func (*SDK) Init ¶ func (sdk *SDK) Init(ctx context.Context) error Source Files ¶ View all Source files config.go sdk.go Click to show internal directories. Click to hide internal directories.