FundMe.test.js #426
-
Good Morning, Good Afternoon, Good Evening everyone! Can someone clarify why
My assumption was that
What confuses me is seeing
🫠 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In above code, |
Beta Was this translation helpful? Give feedback.
In above code,
[deployer: string]: Address;
simply means object can have anystring
asproperty
, and The value of that property will beAddress
type, And the function returns promise ofObject
..