api.procedures.modifyCaDefaultConfig - PolymeshAssociation/polymesh-sdk GitHub Wiki
Module: api/procedures/modifyCaDefaultConfig
Table of contents
Type Aliases
Type Aliases
ModifyCaDefaultConfigParams
Ƭ ModifyCaDefaultConfigParams: { defaultTaxWithholding
: BigNumber
; targets?
: InputTargets
; taxWithholdings?
: InputTaxWithholding
[] } | { defaultTaxWithholding?
: BigNumber
; targets
: InputTargets
; taxWithholdings?
: InputTaxWithholding
[] } | { defaultTaxWithholding?
: BigNumber
; targets?
: InputTargets
; taxWithholdings
: InputTaxWithholding
[] }