Looking for the content that used to represent how to format parameters when making contract calls via FN API. While looking for this content I also noticed I can no longer find the breakdown of Gas prices for different contract methods and operations.
Basically looking for these in Stratis academy.
parameterTypes: Parameter[] = [
new Parameter(1, 'Bool'),
new Parameter(2, 'Byte'),
new Parameter(3, 'Char'),
new Parameter(4, 'String'),
new Parameter(5, 'UInt'),
new Parameter(6, 'Int'),
new Parameter(7, 'ULong'),
new Parameter(8, 'Long'),
new Parameter(9, 'Address'),
new Parameter(10, 'Byte Array')
];
Looking for the content that used to represent how to format parameters when making contract calls via FN API. While looking for this content I also noticed I can no longer find the breakdown of Gas prices for different contract methods and operations.
Basically looking for these in Stratis academy.