mainnet transaction
316
jjonggni
작성한 질문수 1
0
해당 강의를 학습 후에
https://eosauthority.com/wallet/create-account
사이트에서 계정을 구매 후 업비트에서 eos 전송을 하여 다시 업비트로 전송 하는 테스트를 진행 하는데
https://eosauthority.com/wallet/create-account
사이트에서 계정을 구매 후 업비트에서 eos 전송을 하여 다시 업비트로 전송 하는 테스트를 진행 하는데
오류가 나와서 더이상 진행이 안됩니다.
가이드 부탁드립니다. ㅠㅠ
가이드 부탁드립니다. ㅠㅠ
참고로 anchor 에서 key import 후 전송은 됩니다.
별도 cleos 등은 설치 되어 있지 않고 순수 강의 내용만으로 진행 하였습니다.
*keyProvider 은 표시안함
별도 cleos 등은 설치 되어 있지 않고 순수 강의 내용만으로 진행 하였습니다.
*keyProvider 은 표시안함
const config = {
httpEndpoint: 'https://api.eoseoul.io',
chain_id:'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
keyProvider: ['----'],
sign:true,
broadcast:true,
};
Eos(config).transaction(
{
actions: [
{
account: 'eosio.token',
name: 'transfer',
authorization: [{
actor: 'mddlfundhs33',
permission: 'active'
}],
data: {
from: 'mddlfundhs33',
to: 'eosupbitsusr',
quantity: '0.1000 EOS',
memo: '8cd3250f-8af3-4436-92b8-6459e07cbf0f'
}
}
]
}
).then(console.log).catch(console.error);
{"code":500,"message":"Internal Service Error","error":{"code":3090003,"name":"unsatisfied_authorization","what":"Provided keys, permissions, and delays do not satisfy declared authorizations","details":[{"message":"transaction declares authority '{\"actor\":\"mddlfundhs33\",\"permission\":\"active\"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys [\"EOS5Gmz63aA3rigyvfDVjfNxAUtFEpkzxxzhtmnFyp7coxzTTy4Gc\"], and a delay max limit of 3888000000 ms","file":"authorization_manager.cpp","line_number":532,"method":"check_authorization"}]}}
답변 1
0
Provided keys, permissions, and delays do not satisfy declared authorizations
에러메세지 보면 아시겠지만 키의 문제 같습니다..
해당 강의의 eos 버젼이 1.6 버젼입니다.. 이점 참고해주세요.
저자 블로그에 있는 강의는 어떤 강의인가요?
0
13
0
[해결됨]윈도우즈 환경에서 타입 스크립트 파일이 실행이 안됩니다.
1
36
5
4강 카드뉴스 자동화 자료가 안보입니다!!
0
38
2
윈도우즈 환경에서 진행중입니다.
0
31
2
강의자료 요청드립니다.
0
23
1
4강 카드뉴스 자동화 자료
4
77
1
라이브 강의 영상 녹화본이 있을까요?
0
76
1
인증이 늦었습니다ㅜㅜ 확인부탁드립니다
0
73
1
스웨거 접속이 안되는데 확인 부탁드립니다.
0
45
1
설명이 잘못된거같습니다.
1
55
2
수강자료 다운로드 관련 문의
0
71
2
선택정렬 이해하기 & 구현하기
0
42
1
mission12-01 guide.md파일 누락
0
56
2
자료집 관련
0
52
2
13. (App 2) 기본기 훈련 에서
0
75
1
소리가 너무 작아요
0
278
0
transfer에러
0
774
5
transcation, contract api 에러
0
298
0
16.02 설치 관련
0
429
2
API 조회에서 에러가 납니다.
0
300
1
안녕하세요 질문드립니다
0
339
2
eosjs@16.0.9 버전으로 하면 에러가 나네요...
0
292
0
transfer.js를 그대로 따라했는데 안되네요
0
313
1
기린넷에 계정이 안만들어집니다.
0
295
1





