mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-12-02 19:58:55 +08:00
20 lines
869 B
JavaScript
20 lines
869 B
JavaScript
/*
|
|
* Copyright 2019 Blockchain Technology and Application Joint Lab, Linkel Technology Co., Ltd, Beijing, Fintech Research Center of ISCAS.
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BA SIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*
|
|
*/
|
|
|
|
print("addr_self:"+addr_self);
|
|
transfer('16SrzMbzdLyGEUKY5FsdE8SVt5tQV1qmBY','1MH9xedPTkWThJUgT8ZYehiGCM7bEZTVGN',5);
|
|
read('16SrzMbzdLyGEUKY5FsdE8SVt5tQV1qmBY');
|