|
|
|
@ -342,6 +342,8 @@ export interface InstanceContainerProps { |
|
|
|
|
mainnetPrompt: (tx: Tx, network: Network, amount: string, gasEstimation: string, gasFees: (maxFee: string, cb: (txFeeText: string, priceStatus: boolean) => void) => void, determineGasPrice: (cb: (txFeeText: string, gasPriceValue: string, gasPriceStatus: boolean) => void) => void) => JSX.Element, |
|
|
|
|
sendValue: string, |
|
|
|
|
getFuncABIInputs: (funcABI: FuncABI) => string |
|
|
|
|
exEnvironment: string |
|
|
|
|
editInstance: (instance) => void |
|
|
|
|
plugin: RunTab |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -449,6 +451,8 @@ export interface UdappProps { |
|
|
|
|
funcIndex?: number) => void, |
|
|
|
|
sendValue: string, |
|
|
|
|
getFuncABIInputs: (funcABI: FuncABI) => string |
|
|
|
|
exEnvironment: string |
|
|
|
|
editInstance: (instance) => void |
|
|
|
|
plugin: RunTab |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|