Type alias CreateAssetControllerIx
CreateAssetControllerIx: { authority: string; decimals: number; interestRate?: number; name: string; symbol: string; uri: string; } & CommonArgs Type declaration
authority: string
decimals: number
Optional
interestRate?: number
name: string
symbol: string
uri: string
Represents arguments for creating an on chain asset controller.