Interface: CreateTeamOptions
Defined in: javascript/src/credits/store.ts:84
Options for replay-safe team creation.
Properties
idempotencyKey
idempotencyKey:
string
Defined in: javascript/src/credits/store.ts:89
Caller-owned operation key. Reusing it with the same request returns the original team; changing the owner, name, or balance is rejected.
initialBalance?
optionalinitialBalance?:Decimal
Defined in: javascript/src/credits/store.ts:90