static Uint8List encodeTextCall(Uint8List node, String key) { return SolCodec.encodeCall( 'text(bytes32,string)', [SolFixedBytes(32), SolString()], [node, key], ); }