Skip to main content

Class: CowShedSdk

Constructors

constructor

new CowShedSdk(options?): CowShedSdk

Parameters

NameType
optionsCowShedSdkOptions

Returns

CowShedSdk

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:77

Properties

hooksCache

Protected hooksCache: Map<SupportedChainId, CowShedHooks>

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:75


options

Private options: CowShedSdkOptions = {}

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:77

Methods

getCowShedAccount

getCowShedAccount(chainId, ownerAddress): string

Parameters

NameType
chainIdSupportedChainId
ownerAddressstring

Returns

string

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:79


getCowShedHooks

getCowShedHooks(chainId, customOptions?): CowShedHooks

Parameters

NameType
chainIdSupportedChainId
customOptions?ICoWShedOptions

Returns

CowShedHooks

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:148


signCalls

signCalls(«destructured»): Promise<CowShedCall>

Encodes multiple calls into a single pre-authorized call to the cow-shed factory.

This single call will create the cow-shed account if it doesn't exist yet, then will execute the calls.

Parameters

NameType
«destructured»SignAndEncodeTxArgs

Returns

Promise<CowShedCall>

pre-authorized multicall details

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:91


getNonce

getNonce(): string

Returns

string

Defined in

external/cow-sdk/src/cow-shed/CowShedSdk.ts:162