mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-12-03 04:08:40 +08:00
19 lines
829 B
JavaScript
19 lines
829 B
JavaScript
/*
|
|
* Copyright 2018 Blockchain Technology and Application Joint Lab, 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('12kAzqqhuq7xYgm9YTph1b9zmCpZPyUWxf','1GvvHCFZPajq5yVY44n7bdmSfv2MJ5LyLs',5);
|
|
read('12kAzqqhuq7xYgm9YTph1b9zmCpZPyUWxf');
|