C# 클래스 Ipfs.Commands.IpfsName

상속: Ipfs.Json.IpfsCommand
파일 보기 프로젝트 열기: TrekDev/net-ipfs-api

공개 메소드들

메소드 설명
Publish ( string name, string ipfsPath ) : Task

Publish an object to IPNS IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values.In publish, the default value of is your own identity public key.

Resolve ( string name ) : Task

Gets the value currently published at an IPNS name IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values.In resolve, the default value of is your own identity public key.

비공개 메소드들

메소드 설명
IpfsName ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : Ipfs.Json

메소드 상세

Publish() 공개 메소드

Publish an object to IPNS IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values.In publish, the default value of is your own identity public key.
public Publish ( string name, string ipfsPath ) : Task
name string The IPNS name to publish to. Defaults to your node's peerID
ipfsPath string IPFS path of the obejct to be published at
리턴 Task

Resolve() 공개 메소드

Gets the value currently published at an IPNS name IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values.In resolve, the default value of is your own identity public key.
public Resolve ( string name ) : Task
name string The IPNS name to resolve. Defaults to your node's peerID.
리턴 Task